diff options
| author | hathach <[email protected]> | 2019-04-18 13:24:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-18 13:27:06 +0700 |
| commit | a30461b078445ab2d11319fade47789ecc866b7d (patch) | |
| tree | 7008b3b766561ee9aaeb7eabe5fdad6ecb269b11 /src/class/hid/hid.h | |
| parent | 8d2db4dd70c37bac426839717f9355da21d30c4c (diff) | |
update tud_hid_keyboard/mouse helper
Diffstat (limited to 'src/class/hid/hid.h')
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index 8149f69f7..637f13295 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -179,7 +179,7 @@ typedef enum /// Standard HID Boot Protocol Keyboard Report.
typedef struct ATTR_PACKED
{
- uint8_t modifier; /**< Keyboard modifier byte, indicating pressed modifier keys (a combination of HID_KEYBOARD_MODIFER_* masks). */
+ uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFER_* 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;
|
