Added KEY_SPACE to USBHIDKeyboard.h (#8920)

This commit is contained in:
lbernstone 2023-11-26 23:16:44 -10:00 committed by GitHub
parent 0d0d27fba8
commit 1e980bd738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ typedef union {
#define KEY_DOWN_ARROW 0xD9
#define KEY_LEFT_ARROW 0xD8
#define KEY_RIGHT_ARROW 0xD7
#define KEY_SPACE 0x20
#define KEY_BACKSPACE 0xB2
#define KEY_TAB 0xB3
#define KEY_RETURN 0xB0