aboutsummaryrefslogtreecommitdiffstats
path: root/usb_keycodes.h
diff options
context:
space:
mode:
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,