You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/tmk_core/protocol
Manna Harbour b7dc2eb9ab
Add movement hook to ps2_mouse (#8805)
Process mouse movement in the keymap before it is sent to the host. Example uses
include filtering noise, adding acceleration, and automatically activating a
layer. To use, define the following function in your keymap:

void ps2_mouse_moved_user(report_mouse_t *mouse_report);
5 years ago
..
arm_atsam 2020 May 30 Breaking Changes Update (#9215) 5 years ago
chibios 2020 May 30 Breaking Changes Update (#9215) 5 years ago
iwrap 2020 May 30 Breaking Changes Update (#9215) 5 years ago
lufa Initial vusb console support (#8559) 5 years ago
midi Fixing MIDI for ARM without NKRO enabled (#9466) 5 years ago
usb_hid
vusb 2020 May 30 Breaking Changes Update (#9215) 5 years ago
adb.c clang-format changes 6 years ago
adb.h clang-format changes 6 years ago
arm_atsam.mk
chibios.mk 2020 February 29 Breaking Changes Update (#8064) 5 years ago
ibm4704.c Initial vusb console support (#8559) 5 years ago
ibm4704.h clang-format changes 6 years ago
iwrap.mk 2020 May 30 Breaking Changes Update (#9215) 5 years ago
lufa.mk spi_master for AVR (#8299) 5 years ago
m0110.c clang-format changes 6 years ago
m0110.h clang-format changes 6 years ago
midi.mk
news.c clang-format changes 6 years ago
news.h clang-format changes 6 years ago
next_kbd.c clang-format changes 6 years ago
next_kbd.h clang-format changes 6 years ago
ps2.h clang-format changes 6 years ago
ps2_busywait.c clang-format changes 6 years ago
ps2_interrupt.c clang-format changes 6 years ago
ps2_io.h clang-format changes 6 years ago
ps2_io_avr.c clang-format changes 6 years ago
ps2_mouse.c Add movement hook to ps2_mouse (#8805) 5 years ago
ps2_mouse.h Add movement hook to ps2_mouse (#8805) 5 years ago
ps2_usart.c clang-format changes 6 years ago
serial.h clang-format changes 6 years ago
serial_mouse.h clang-format changes 6 years ago
serial_mouse_microsoft.c clang-format changes 6 years ago
serial_mouse_mousesystems.c clang-format changes 6 years ago
serial_soft.c remove SERIAL_SOFT_DEBUG macro (#7625) 5 years ago
serial_uart.c clang-format changes 6 years ago
usb_descriptor.c Allow for overriding RAW endpoint usage page and ID. (#8834) 5 years ago
usb_descriptor.h Reorder Raw HID interface to match what the USB spec expects (#6801) 6 years ago
usb_descriptor_common.h Allow for overriding RAW endpoint usage page and ID. (#8834) 5 years ago
usb_hid.mk
vusb.mk 2020 May 30 Breaking Changes Update (#9215) 5 years ago
xt.h clang-format changes 6 years ago
xt_interrupt.c clang-format changes 6 years ago