diff options
author | tmk <nobody@nowhere> | 2011-12-05 02:53:15 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-12-05 16:14:45 +0900 |
commit | 3f9de37310f670e6289738c628747e6787d42b22 (patch) | |
tree | b4e7ab8df3cb59ba388cd60f7c8a698a4e9ce08e /usb_keycodes.h | |
parent | 6284b147c23aa32a9e65138b1eb8ee908ece4941 (diff) |
Added ISO/JIS keyboard support.
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r-- | usb_keycodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h index 391d21f206..6cc98682ba 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h @@ -68,12 +68,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define KB_NUHS KB_NONUS_HASH #define KB_NUBS KB_NONUS_BSLASH /* for Japanese */ +#define KB_ZKHK KB_GRAVE #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 |