correct hid key enter = 0x28, return = 0x9E

This commit is contained in:
hathach 2021-03-30 21:26:35 +07:00
parent d135825e9c
commit 89a911ee43

View File

@ -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