aboutsummaryrefslogtreecommitdiffstats
path: root/usb_keycodes.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-02 11:51:42 +0900
committertmk <nobody@nowhere>2010-10-03 01:30:56 +0900
commit479af4bdcd08560a3400426b30c247c620f6204e (patch)
tree22075f6cd01e015c2e728d0420af4eea9bf71ba8 /usb_keycodes.h
parentdf5b4ea7d97e0f6f598fd34506d8a3fd05cd5027 (diff)
downloadfirmware-479af4bdcd08560a3400426b30c247c620f6204e.tar.gz
firmware-479af4bdcd08560a3400426b30c247c620f6204e.tar.bz2
firmware-479af4bdcd08560a3400426b30c247c620f6204e.zip
version 1.0.
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r--usb_keycodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h
index 10d4d19d2..9573344c4 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,