We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f3b29 + 93e409b commit 79da608Copy full SHA for 79da608
cores/nRF5/Adafruit_TinyUSB_Core/tinyusb/src/class/hid/hid.h
@@ -180,7 +180,7 @@ typedef enum
180
/// Standard HID Boot Protocol Keyboard Report.
181
typedef struct TU_ATTR_PACKED
182
{
183
- uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFER_* masks). */
+ uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFIER_* masks). */
184
uint8_t reserved; /**< Reserved for OEM use, always set to 0. */
185
uint8_t keycode[6]; /**< Key codes of the currently pressed keys. */
186
} hid_keyboard_report_t;
0 commit comments