diff options
| -rw-r--r-- | usb_keycodes.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h index 827e74267..dc6f2693b 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h | |||
| @@ -82,7 +82,16 @@ | |||
| 82 | #define KB_PWR KB_POWER | 82 | #define KB_PWR KB_POWER |
| 83 | #define KB_VOLU KB_VOLUP | 83 | #define KB_VOLU KB_VOLUP |
| 84 | #define KB_VOLD KB_VOLDOWN | 84 | #define KB_VOLD KB_VOLDOWN |
| 85 | #define KB_APP KB_APPLICATION, | 85 | #define KB_APP KB_APPLICATION |
| 86 | #define KB_NUHS KB_NONUS_HASH | ||
| 87 | #define KB_NUBS KB_NONUS_BSLASH | ||
| 88 | // for Japanese | ||
| 89 | #define KB_RO KB_INT1 | ||
| 90 | #define KB_KANA KB_INT2 | ||
| 91 | #define KB_JYEN KB_INT3 | ||
| 92 | #define KB_HENK KB_INT4 | ||
| 93 | #define KB_MHEN KB_INT5 | ||
| 94 | #define KB_ZEHA KB_GRAVE | ||
| 86 | // Keypad | 95 | // Keypad |
| 87 | #define KB_P1 KB_KP_1 | 96 | #define KB_P1 KB_KP_1 |
| 88 | #define KB_P2 KB_KP_2 | 97 | #define KB_P2 KB_KP_2 |
