We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d27f commit 1e980bdCopy full SHA for 1e980bd
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_SPACE 0x20
67
#define KEY_BACKSPACE 0xB2
68
#define KEY_TAB 0xB3
69
#define KEY_RETURN 0xB0
0 commit comments