Skip to content

Commit

Permalink
Update HIDMAXBUTTONS to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
AndunHH committed Jul 8, 2024
1 parent 9082a3a commit c4374c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemouse-keys/hidInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// This portion sets up the communication with the 3DConnexion software. The communication protocol is created here.
// hidReportDescriptor webpage can be found here: https://eleccelerator.com/tutorial-about-usb-hid-report-descriptors/
#define HIDMAXBUTTONS 24 // must be multiple of 8!
#define HIDMAXBUTTONS 32 // must be multiple of 8!

static const uint8_t _hidReportDescriptor[] PROGMEM = {
0x05, 0x01, // Usage Page (Generic Desktop)
Expand Down

0 comments on commit c4374c7

Please sign in to comment.