We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e2612 commit b163583Copy full SHA for b163583
libraries/USB/src/USBHIDKeyboard.h
@@ -63,6 +63,7 @@ typedef union {
63
#define KEY_DOWN_ARROW 0xD9
64
#define KEY_LEFT_ARROW 0xD8
65
#define KEY_RIGHT_ARROW 0xD7
66
+#define KEY_MENU 0xFE
67
#define KEY_SPACE 0x20
68
#define KEY_BACKSPACE 0xB2
69
#define KEY_TAB 0xB3
@@ -74,6 +75,7 @@ typedef union {
74
75
#define KEY_PAGE_DOWN 0xD6
76
#define KEY_HOME 0xD2
77
#define KEY_END 0xD5
78
+#define KEY_NUM_LOCK 0xDB
79
#define KEY_CAPS_LOCK 0xC1
80
#define KEY_F1 0xC2
81
#define KEY_F2 0xC3
@@ -99,6 +101,9 @@ typedef union {
99
101
#define KEY_F22 0xF9
100
102
#define KEY_F23 0xFA
103
#define KEY_F24 0xFB
104
+#define KEY_PRINT_SCREEN 0xCE
105
+#define KEY_SCROLL_LOCK 0xCF
106
+#define KEY_PAUSE 0xD0
107
108
#define LED_NUMLOCK 0x01
109
#define LED_CAPSLOCK 0x02
0 commit comments