diff options
author | tmk <nobody@nowhere> | 2010-10-02 11:51:42 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-03 01:30:56 +0900 |
commit | 479af4bdcd08560a3400426b30c247c620f6204e (patch) | |
tree | 22075f6cd01e015c2e728d0420af4eea9bf71ba8 /usb_keycodes.h | |
parent | df5b4ea7d97e0f6f598fd34506d8a3fd05cd5027 (diff) |
version 1.0.
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r-- | usb_keycodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h index 10d4d19d24..9573344c45 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h @@ -262,10 +262,10 @@ enum keycodes { KB_RGUI, /* 0x80 */ /* extensions for internal use */ - FN_0 = 0xE8, - FN_1, + FN_1 = 0xE8, FN_2, FN_3, + FN_4, MS_UP = 0xF0, MS_DOWN, MS_LEFT, |