-\r
- /* Type Defines: */\r
- /** Type define for a standard Boot Protocol Keyboard report */\r
- typedef struct\r
- {\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
- } USB_KeyboardReport_Data_t;\r
-\r