HID keyboard input report definition. More...
#include <hidkbd.h>
Data Fields | |
uint8_t | modifier |
Key modifier byte as defined in HID spec. | |
uint8_t | reserved |
Reserved, should be set to zero. | |
uint8_t | key [6] |
Array of 6 key array indices, key index codes are defined in the "Keyboard page" section of "USB HID Usage Tables document", also refer to usbkbdscancodes.c. |
HID keyboard input report definition.
Definition at line 38 of file hidkbd.h.
uint8_t HIDKBD_KeyReport_t::key[6] |
Array of 6 key array indices, key index codes are defined in the "Keyboard page" section of "USB HID Usage Tables document", also refer to usbkbdscancodes.c.
uint8_t HIDKBD_KeyReport_t::modifier |
uint8_t HIDKBD_KeyReport_t::reserved |