mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
correct hid key enter = 0x28, return = 0x9E
This commit is contained in:
parent
d135825e9c
commit
89a911ee43
@ -340,7 +340,7 @@ typedef enum
|
||||
#define HID_KEY_8 0x25
|
||||
#define HID_KEY_9 0x26
|
||||
#define HID_KEY_0 0x27
|
||||
#define HID_KEY_RETURN 0x28
|
||||
#define HID_KEY_ENTER 0x28
|
||||
#define HID_KEY_ESCAPE 0x29
|
||||
#define HID_KEY_BACKSPACE 0x2A
|
||||
#define HID_KEY_TAB 0x2B
|
||||
|
Loading…
x
Reference in New Issue
Block a user