summaryrefslogtreecommitdiff
path: root/usb_keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r--usb_keycodes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h
index 9573344c4..3652bcab1 100644
--- a/usb_keycodes.h
+++ b/usb_keycodes.h
@@ -262,10 +262,14 @@ enum keycodes {
KB_RGUI, /* 0x80 */
/* extensions for internal use */
- FN_1 = 0xE8,
+ FN_0 = 0xE8,
+ FN_1,
FN_2,
FN_3,
FN_4,
+ FN_5,
+ FN_6,
+ FN_7,
MS_UP = 0xF0,
MS_DOWN,
MS_LEFT,