Format code
This commit is contained in:
parent
4b78c125db
commit
866c9dd96e
1 changed files with 13 additions and 10 deletions
|
@ -138,7 +138,8 @@ static const uint8_t zmk_hid_report_desc[] = {
|
|||
|
||||
#ifdef CONFIG_ZMK_USB_REPORT_LEDS
|
||||
/* LED */
|
||||
0x85, 0x01,
|
||||
0x85,
|
||||
0x01,
|
||||
/* REPORT_COUNT (5) */
|
||||
HID_GI_REPORT_COUNT,
|
||||
0x05,
|
||||
|
@ -149,9 +150,11 @@ static const uint8_t zmk_hid_report_desc[] = {
|
|||
HID_GI_USAGE_PAGE,
|
||||
0x08,
|
||||
/* USAGE_MINIMUM (1) */
|
||||
0x19, 0x01,
|
||||
0x19,
|
||||
0x01,
|
||||
/* USAGE_MAXIMUM (5) */
|
||||
0x29, 0x05,
|
||||
0x29,
|
||||
0x05,
|
||||
/* OUTPUT (Data, Variable, Absolute), */
|
||||
HID_MI_OUTPUT,
|
||||
0x02,
|
||||
|
|
Loading…
Add table
Reference in a new issue