diff --git a/kmk/hid_reports/pointer.py b/kmk/hid_reports/pointer.py index f2e25f807..38f16560c 100644 --- a/kmk/hid_reports/pointer.py +++ b/kmk/hid_reports/pointer.py @@ -24,8 +24,8 @@ 0x09, 0x30, # Usage (X) 0x09, 0x31, # Usage (Y) 0x09, 0x38, # Usage (Wheel) - 0x05, 0x0C, # Usage Page (Consumer Devices) 0x0A, - 0x38, 0x02, # Usage (AC Pan) + 0x05, 0x0C, # Usage Page (Consumer Devices) + 0x0A, 0x38, 0x02, # Usage (AC Pan) 0x15, 0x81, # Logical Minimum (-127) 0x25, 0x7F, # Logical Maximum (127) 0x95, 0x04, # Report Count (4)