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.
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.
5 years ago
..
arm_atsam 2020 May 30 Breaking Changes Update (#9215) 6 years ago
chibios format code according to conventions [skip ci] 5 years ago
lufa format code according to conventions [skip ci] 5 years ago
midi Fixing MIDI for ARM without NKRO enabled (#9466) 6 years ago
usb_hid Remove `DESCRIPTION` (#9732) 5 years ago
vusb Update vusb to match 3rd endpoint. (#9020) 5 years ago
adb.c
adb.h
arm_atsam.mk
chibios.mk 2020 February 29 Breaking Changes Update (#8064) 6 years ago
ibm4704.c Initial vusb console support (#8559) 6 years ago
ibm4704.h
lufa.mk Remove support for Adafruit EZ-Key (#10103) 5 years ago
m0110.c
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) 6 years ago
ps2_mouse.h Add movement hook to ps2_mouse (#8805) 6 years ago
ps2_usart.c
serial.h More Bluetooth refactoring (#9905) 5 years ago
serial_mouse.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_soft.c
serial_uart.c
usb_descriptor.c Hid joystick interface (#4226) 5 years ago
usb_descriptor.h Fix KEYBOARD_SHARED_EP incompatibility with VIA (#9930) 5 years ago
usb_descriptor_common.h Allow for overriding RAW endpoint usage page and ID. (#8834) 6 years ago
usb_hid.mk
vusb.mk Additional cleanups for V-USB code (#9310) 5 years ago
xt.h
xt_interrupt.c