qmk-dactyl-manuform-a/tmk_core/protocol/vusb
Drashna Jaelre 99f3df2893
Add support for 8 buttons to mouse report (#10807)
* Add support for 8 buttons to mouse report

This includes support for 8 buttons in mousekeys.  However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features.

* Update mouse key docs

* Add changes based on feedback

* Fix VUSB report size comment

Because drashna red gud

* Fix typo in action.c

* Fix IS_MOUSE_BUTTON check

* Change start range for mousekeys so that the end is 0xFF properly

* condense mousekeys check
2021-01-28 04:38:34 +11:00
..
main.c V-USB: Fix initial dropped keypress (#11263) 2020-12-23 07:33:04 +11:00
usbconfig.h Update vusb to match 3rd endpoint. (#9020) 2020-08-29 14:30:02 -07:00
vusb.c Add support for 8 buttons to mouse report (#10807) 2021-01-28 04:38:34 +11:00
vusb.h Add support for shared EP on V-USB boards (#11103) 2021-01-11 19:46:30 +11:00