summaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-10-15 14:06:17 +0000
committerQMK Bot <hello@qmk.fm>2024-10-15 14:06:17 +0000
commit7e53bb9965fab0695513a779ab0192842e849f55 (patch)
tree9fbdde859091e8a11186da997d1e71c8734ddb26 /tmk_core/protocol
parent13581820b896dd711266dba2e7c031169c45311b (diff)
parent85a7627641cbbc71de1a89b0346ee7d92d4fb394 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/usb_descriptor.c2
-rw-r--r--tmk_core/protocol/vusb/vusb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c
index 0ac02bb19f..e7d12a07d9 100644
--- a/tmk_core/protocol/usb_descriptor.c
+++ b/tmk_core/protocol/usb_descriptor.c
@@ -305,7 +305,7 @@ const USB_Descriptor_HIDReport_Datatype_t PROGMEM SharedReport[] = {
305 HID_RI_LOGICAL_MAXIMUM(16, 0x7FFF), 305 HID_RI_LOGICAL_MAXIMUM(16, 0x7FFF),
306 HID_RI_REPORT_COUNT(8, 0x02), 306 HID_RI_REPORT_COUNT(8, 0x02),
307 HID_RI_REPORT_SIZE(8, 0x10), 307 HID_RI_REPORT_SIZE(8, 0x10),
308 HID_RI_UNIT(8, 0x33), // Inch, English Linear 308 HID_RI_UNIT(8, 0x13), // Inch, English Linear
309 HID_RI_UNIT_EXPONENT(8, 0x0E), // -2 309 HID_RI_UNIT_EXPONENT(8, 0x0E), // -2
310 HID_RI_INPUT(8, HID_IOF_DATA | HID_IOF_VARIABLE | HID_IOF_ABSOLUTE), 310 HID_RI_INPUT(8, HID_IOF_DATA | HID_IOF_VARIABLE | HID_IOF_ABSOLUTE),
311 HID_RI_END_COLLECTION(0), 311 HID_RI_END_COLLECTION(0),
diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c
index 886ee2375e..c269ff2b91 100644
--- a/tmk_core/protocol/vusb/vusb.c
+++ b/tmk_core/protocol/vusb/vusb.c
@@ -673,7 +673,7 @@ const PROGMEM uchar shared_hid_report[] = {
673 0x26, 0xFF, 0x7F, // Logical Maximum (32767) 673 0x26, 0xFF, 0x7F, // Logical Maximum (32767)
674 0x95, 0x02, // Report Count (2) 674 0x95, 0x02, // Report Count (2)
675 0x75, 0x10, // Report Size (16) 675 0x75, 0x10, // Report Size (16)
676 0x65, 0x33, // Unit (Inch, English Linear) 676 0x65, 0x13, // Unit (Inch, English Linear)
677 0x55, 0x0E, // Unit Exponent (-2) 677 0x55, 0x0E, // Unit Exponent (-2)
678 0x81, 0x02, // Input (Data, Variable, Absolute) 678 0x81, 0x02, // Input (Data, Variable, Absolute)
679 0xC0, // End Collection 679 0xC0, // End Collection