Skip to content

Commit

Permalink
Bugfix AC_PAN report size
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Oct 26, 2024
1 parent 21e9b02 commit 1b31e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/include/zmk/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ static const uint8_t zmk_hid_report_desc[] = {
HID_USAGE16(HID_USAGE_CONSUMER_AC_PAN),
HID_LOGICAL_MIN16(0xFF, -0x7F),
HID_LOGICAL_MAX16(0xFF, 0x7F),
HID_REPORT_SIZE(0x08),
HID_REPORT_COUNT(0x01),
HID_INPUT(ZMK_HID_MAIN_VAL_DATA | ZMK_HID_MAIN_VAL_VAR | ZMK_HID_MAIN_VAL_REL),
HID_END_COLLECTION,
Expand Down

0 comments on commit 1b31e23

Please sign in to comment.