Skip to content
Snippets Groups Projects
Commit 7478b387 authored by Dean Camera's avatar Dean Camera
Browse files

Oops - Keyboard boot report structure should be an array of 6 keycodes.

parent 0d5e30e6
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@
{
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 KeyCode; /**< Key code of the currently pressed key */
uint8_t KeyCode[6]; /**< Key codes of the currently pressed keys */
} USB_KeyboardReport_Data_t;
/** Type define for the data type used to store HID report descriptor elements. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment