Skip to content

Commit 1e980bd

Browse files
authored
Added KEY_SPACE to USBHIDKeyboard.h (espressif#8920)
1 parent 0d0d27f commit 1e980bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/USB/src/USBHIDKeyboard.h

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ typedef union {
6363
#define KEY_DOWN_ARROW 0xD9
6464
#define KEY_LEFT_ARROW 0xD8
6565
#define KEY_RIGHT_ARROW 0xD7
66+
#define KEY_SPACE 0x20
6667
#define KEY_BACKSPACE 0xB2
6768
#define KEY_TAB 0xB3
6869
#define KEY_RETURN 0xB0

0 commit comments

Comments
 (0)