Browse Source

added some short keycode names for ISO and JIS keyboard.

tags/v1.9
tmk 13 years ago
parent
commit
cf95d8308f
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      usb_keycodes.h

+ 10
- 1
usb_keycodes.h View File

@@ -82,7 +82,16 @@
#define KB_PWR KB_POWER
#define KB_VOLU KB_VOLUP
#define KB_VOLD KB_VOLDOWN
#define KB_APP KB_APPLICATION,
#define KB_APP KB_APPLICATION
#define KB_NUHS KB_NONUS_HASH
#define KB_NUBS KB_NONUS_BSLASH
// for Japanese
#define KB_RO KB_INT1
#define KB_KANA KB_INT2
#define KB_JYEN KB_INT3
#define KB_HENK KB_INT4
#define KB_MHEN KB_INT5
#define KB_ZEHA KB_GRAVE
// Keypad
#define KB_P1 KB_KP_1
#define KB_P2 KB_KP_2

Loading…
Cancel
Save