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
chibios
lufa
midi
usb_hid
vusb
adb.c
adb.h
arm_atsam.mk
chibios.mk
ibm4704.c
ibm4704.h
lufa.mk
m0110.c
m0110.h
midi.mk
news.c
news.h
next_kbd.c
next_kbd.h
ps2_busywait.c
ps2_interrupt.c
ps2_io_avr.c
ps2_io.h
ps2_mouse.c
ps2_mouse.h
ps2_usart.c
ps2.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_mouse.h
serial_soft.c
serial_uart.c
serial.h
usb_descriptor_common.h
usb_descriptor.c
usb_descriptor.h
usb_hid.mk
vusb.mk
xt_interrupt.c
xt.h