From c148af78b6b78bf38f37d27256e54491b3724ebf Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 1 Mar 2012 21:03:38 +0800 Subject: [PATCH] Kernel - Slight comming change --- KernelLand/Kernel/include/keysyms.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/KernelLand/Kernel/include/keysyms.h b/KernelLand/Kernel/include/keysyms.h index 25169e4c..caabb4e6 100644 --- a/KernelLand/Kernel/include/keysyms.h +++ b/KernelLand/Kernel/include/keysyms.h @@ -127,6 +127,8 @@ enum eUSB_Keysyms KEYSYM_KBINT7, KEYSYM_KBINT8, KEYSYM_KBINT9, + + // TODO: Define this void KEYSYM_LEFTCTRL = 0xE0, KEYSYM_LEFTSHIFT, @@ -137,7 +139,7 @@ enum eUSB_Keysyms KEYSYM_RIGHTALT, KEYSYM_RIGHTGUI - // TODO: Define the rest + // > 0xE7 is undefined as of revision 1.12 of the HID Usage Tables }; #endif -- 2.20.1