mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +00:00
Oops - Keyboard boot report structure should be an array of 6 keycodes.
This commit is contained in:
parent
0d5e30e69f
commit
7478b387a9
@ -116,7 +116,7 @@
|
|||||||
{
|
{
|
||||||
uint8_t Modifier; /**< Keyboard modifier byte, indicating pressed modifier keys (such as Shift, Control, etc.) */
|
uint8_t Modifier; /**< Keyboard modifier byte, indicating pressed modifier keys (such as Shift, Control, etc.) */
|
||||||
uint8_t Reserved; /**< Reserved for OEM use, always set to 0 */
|
uint8_t Reserved; /**< Reserved for OEM use, always set to 0 */
|
||||||
uint8_t KeyCode; /**< Key code of the currently pressed key */
|
uint8_t KeyCode[6]; /**< Key codes of the currently pressed keys */
|
||||||
} USB_KeyboardReport_Data_t;
|
} USB_KeyboardReport_Data_t;
|
||||||
|
|
||||||
/** Type define for the data type used to store HID report descriptor elements. */
|
/** Type define for the data type used to store HID report descriptor elements. */
|
||||||
|
Loading…
Reference in New Issue
Block a user