Skip to content

Commit

Permalink
Fix custom hid pointer report
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 committed Jan 8, 2025
1 parent 690286b commit bd6e262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kmk/hid_reports/pointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd6e262

Please sign in to comment.