qmk-dactyl-manuform-a/tmk_core/protocol
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
..
arm_atsam Remove duplicated housekeeping in arm_atsam (#11672) 2021-01-24 12:55:43 +11:00
chibios Manually run formatting CI process (#11375) 2021-01-01 03:50:32 +11:00
lufa Adafruit BLE cleanups (#11556) 2021-01-15 14:32:00 +11:00
midi Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
usb_hid Remove `DESCRIPTION` (#9732) 2020-07-16 15:49:18 +10:00
vusb Add support for 8 buttons to mouse report (#10807) 2021-01-28 04:38:34 +11:00
adb.c Update ADB impelemtation in TMK Core (#11168) 2020-12-29 19:18:16 -08:00
adb.h Update ADB impelemtation in TMK Core (#11168) 2020-12-29 19:18:16 -08:00
arm_atsam.mk 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
chibios.mk Ensure single newline at EOF for core files (#11310) 2020-12-28 04:36:32 +11:00
ibm4704.c Initial vusb console support (#8559) 2020-05-03 01:25:39 +01:00
ibm4704.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
lufa.mk Remove support for Adafruit EZ-Key (#10103) 2020-08-29 14:30:02 -07:00
m0110.c clang-format changes 2019-08-30 15:01:52 -07:00
m0110.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
midi.mk Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
news.c clang-format changes 2019-08-30 15:01:52 -07:00
news.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
next_kbd.c clang-format changes 2019-08-30 15:01:52 -07:00
next_kbd.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
ps2.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
ps2_busywait.c clang-format changes 2019-08-30 15:01:52 -07:00
ps2_interrupt.c clang-format changes 2019-08-30 15:01:52 -07:00
ps2_io.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
ps2_io_avr.c clang-format changes 2019-08-30 15:01:52 -07:00
ps2_mouse.c Add movement hook to ps2_mouse (#8805) 2020-07-02 21:54:15 +01:00
ps2_mouse.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
ps2_usart.c clang-format changes 2019-08-30 15:01:52 -07:00
serial.h More Bluetooth refactoring (#9905) 2020-08-29 14:30:02 -07:00
serial_mouse.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
serial_mouse_microsoft.c clang-format changes 2019-08-30 15:01:52 -07:00
serial_mouse_mousesystems.c clang-format changes 2019-08-30 15:01:52 -07:00
serial_soft.c remove SERIAL_SOFT_DEBUG macro (#7625) 2019-12-13 18:06:18 -08:00
serial_uart.c clang-format changes 2019-08-30 15:01:52 -07:00
usb_descriptor.c Add support for 8 buttons to mouse report (#10807) 2021-01-28 04:38:34 +11:00
usb_descriptor.h Manually run formatting CI process (#11375) 2021-01-01 03:50:32 +11:00
usb_descriptor_common.h Allow for overriding RAW endpoint usage page and ID. (#8834) 2020-05-21 20:31:42 +10:00
usb_hid.mk cleanup usb-usb converter code 2017-08-15 23:14:41 -04:00
vusb.mk Additional cleanups for V-USB code (#9310) 2020-08-29 14:30:02 -07:00
xt.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 2020-12-26 15:56:11 +11:00
xt_interrupt.c clang-format changes 2019-08-30 15:01:52 -07:00