nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
hid_report_keyboard.h File Reference

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)