Browse Source

refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL`

This should've changed alongside: 711658206f
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
194854ff7b
  1. 2
      app/include/zmk/hid.h

2
app/include/zmk/hid.h

@ -103,7 +103,7 @@ static const u8_t zmk_hid_report_desc[] = { @@ -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…
Cancel
Save