[Mouse] Add 32 buttons for mouse reports
Because why the fuck not
This commit is contained in:
parent
45573eb441
commit
8e0560e4d3
4 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// clang-format off
|
||||
|
||||
/* HID report IDs */
|
||||
enum hid_report_ids {
|
||||
enum hid_report_ids {
|
||||
REPORT_ID_ALL = 0,
|
||||
REPORT_ID_KEYBOARD = 1,
|
||||
REPORT_ID_MOUSE,
|
||||
|
@ -209,7 +209,7 @@ typedef struct {
|
|||
#ifdef MOUSE_SHARED_EP
|
||||
uint8_t report_id;
|
||||
#endif
|
||||
uint8_t buttons;
|
||||
uint32_t buttons;
|
||||
#ifdef MOUSE_EXTENDED_REPORT
|
||||
int8_t boot_x;
|
||||
int8_t boot_y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue