nRF Connect SDK API 2.8.99
|
Go to the source code of this file.
Macros | |
#define | REPORT_SIZE_KEYBOARD_KEYS 8 /* bytes */ |
#define | REPORT_SIZE_KEYBOARD_LEDS 1 /* bytes */ |
#define | REPORT_SIZE_KEYBOARD_BOOT REPORT_SIZE_KEYBOARD_KEYS |
#define | REPORT_MASK_KEYBOARD_KEYS {} /* Store the whole report */ |
#define | KEYBOARD_REPORT_LAST_KEY 0x65 /* Keyboard Application */ |
#define | KEYBOARD_REPORT_FIRST_MODIFIER 0xE0 /* Keyboard Left Ctrl */ |
#define | KEYBOARD_REPORT_LAST_MODIFIER 0xE7 /* Keyboard Right GUI */ |
#define | KEYBOARD_REPORT_KEY_COUNT_MAX 6 |
#define | REPORT_MAP_KEYBOARD(report_id_keys, report_id_leds) |