refactor(hid): Replace 0x01
with HID_USAGE_CONSUMER_CONSUMER_CONTROL
This should've changed alongside: 711658206f
This commit is contained in:
parent
a4dc92a2b9
commit
194854ff7b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ static const u8_t zmk_hid_report_desc[] = {
|
|||
HID_USAGE_CONSUMER,
|
||||
/* USAGE (Consumer Control) */
|
||||
HID_LI_USAGE,
|
||||
0x01,
|
||||
HID_USAGE_CONSUMER_CONSUMER_CONTROL,
|
||||
/* Consumer Page */
|
||||
HID_MI_COLLECTION,
|
||||
COLLECTION_APPLICATION,
|
||||
|
|
Loading…
Reference in a new issue