From 194854ff7b61999f935e46d7a99060a655292490 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 6 Nov 2020 13:32:42 +0000 Subject: [PATCH] refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL` This should've changed alongside: 711658206f86fc6af35be7d104243dfcf857f194 --- app/include/zmk/hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/include/zmk/hid.h b/app/include/zmk/hid.h index e53a8e4c..63cdf3b8 100644 --- a/app/include/zmk/hid.h +++ b/app/include/zmk/hid.h @@ -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,