diff options
author | tmk <nobody@nowhere> | 2011-01-17 21:51:51 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-01-23 04:10:35 +0900 |
commit | bf1a37ba712b3c42861e7cfabb174724791b41b6 (patch) | |
tree | f6df1afe42e3421ae3646fb981727f2e5aa1c3e9 /usb_keycodes.h | |
parent | 7ad93f7850cd3d20260628b10a8b123d97736e4e (diff) |
PS/2 to USB keyboard converter
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r-- | usb_keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h index 59c97785a4..827e74267f 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h @@ -82,6 +82,7 @@ #define KB_PWR KB_POWER #define KB_VOLU KB_VOLUP #define KB_VOLD KB_VOLDOWN +#define KB_APP KB_APPLICATION, // Keypad #define KB_P1 KB_KP_1 #define KB_P2 KB_KP_2 |