qmk_firmware/tmk_core/protocol
Sergey Vlasov f149c07d68
Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930)
The `KEYBOARD_SHARED_EP=yes` option was breaking the VIA support,
because the raw HID interface number in this case was 0 instead of 1,
and the VIA app depends on the exact interface number for raw HID.
Change the interface ordering to put the shared interface before the raw
HID interface if `KEYBOARD_SHARED_EP` is enabled, so that the raw HID
interface can keep its number.
2020-10-27 10:40:59 +11:00
..
arm_atsam 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
chibios format code according to conventions [skip ci] 2020-08-29 22:57:48 +00:00
lufa format code according to conventions [skip ci] 2020-08-29 22:57:48 +00:00
midi Fixing MIDI for ARM without NKRO enabled (#9466) 2020-06-22 08:43:08 +01:00
usb_hid Remove DESCRIPTION (#9732) 2020-07-16 15:49:18 +10:00
vusb Update vusb to match 3rd endpoint. (#9020) 2020-08-29 14:30:02 -07:00
adb.c
adb.h
arm_atsam.mk
chibios.mk
ibm4704.c
ibm4704.h
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
midi.mk
news.c
news.h
next_kbd.c
next_kbd.h
ps2.h
ps2_busywait.c
ps2_interrupt.c
ps2_io.h
ps2_io_avr.c
ps2_mouse.c Add movement hook to ps2_mouse (#8805) 2020-07-02 21:54:15 +01:00
ps2_mouse.h Add movement hook to ps2_mouse (#8805) 2020-07-02 21:54:15 +01:00
ps2_usart.c
serial.h More Bluetooth refactoring (#9905) 2020-08-29 14:30:02 -07:00
serial_mouse.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_soft.c
serial_uart.c
usb_descriptor.c Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
usb_descriptor.h Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930) 2020-10-27 10:40:59 +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
vusb.mk Additional cleanups for V-USB code (#9310) 2020-08-29 14:30:02 -07:00
xt.h
xt_interrupt.c