Oops - Keyboard boot report structure should be an array of 6 keycodes.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HID.h
index f6b49df..2335126 100644 (file)
                {\r
                        uint8_t Modifier; /**< Keyboard modifier byte, indicating pressed modifier keys (such as Shift, Control, etc.) */\r
                        uint8_t Reserved; /**< Reserved for OEM use, always set to 0 */\r
-                       uint8_t KeyCode; /**< Key code of the currently pressed key */\r
+                       uint8_t KeyCode[6]; /**< Key codes of the currently pressed keys */\r
                } USB_KeyboardReport_Data_t;\r
 \r
                /** Type define for the data type used to store HID report descriptor elements. */\r