diff options
| author | hathach <[email protected]> | 2019-12-21 23:53:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-12-21 23:53:48 +0700 |
| commit | 94e70f9b016edfcdea165674e17201fda88a089b (patch) | |
| tree | 154c4db08bdc239078b84f1c94f0d2019303f6af /src/class | |
| parent | 421221baa5b8509b705f76def43fd684c5fe06df (diff) | |
| parent | a601f59df5e61801cbbe87467c70a48b740d4bfd (diff) | |
Merge branch 'master' into port-samg55
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/hid/hid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index a3a9ffc88..7fa4aa8ab 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -180,7 +180,7 @@ typedef enum /// Standard HID Boot Protocol Keyboard Report.
typedef struct TU_ATTR_PACKED
{
- uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFER_* masks). */
+ uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFIER_* masks). */
uint8_t reserved; /**< Reserved for OEM use, always set to 0. */
uint8_t keycode[6]; /**< Key codes of the currently pressed keys. */
} hid_keyboard_report_t;
@@ -812,7 +812,7 @@ enum {'#' , '~' }, /* 0x32 */ \
{';' , ':' }, /* 0x33 */ \
{'\'' , '\"' }, /* 0x34 */ \
- {0 , 0 }, /* 0x35 */ \
+ {'`' , '~' }, /* 0x35 */ \
{',' , '<' }, /* 0x36 */ \
{'.' , '>' }, /* 0x37 */ \
{'/' , '?' }, /* 0x38 */ \
|
