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.
Ryan f7d2b001bc
Move Bluetooth-related function calls up to host/keyboard level (#18274)
* Move Bluetooth-related function calls up to host/keyboard level

* Remove pointless set_output() call

* Move bluetooth (rn42) init to end of keyboard_init()

* Enable SPI/UART for ChibiOS targets

* Some more slight tweaks
3 years ago
..
arm_atsam Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249) 3 years ago
chibios Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249) 3 years ago
lufa Move Bluetooth-related function calls up to host/keyboard level (#18274) 3 years ago
midi Redefinition of MIN is avoided in midi.c (#18203) 3 years ago
usb_hid [Bug] Fix timer include in override_wiring.c (#15221) 4 years ago
vusb Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249) 3 years ago
arm_atsam.mk Initial USB2422 driver (#14835) 4 years ago
chibios.mk
host.c Move Bluetooth-related function calls up to host/keyboard level (#18274) 3 years ago
host.h Relocate protocol files within tmk_core/common/ (#14972) 4 years ago
host_driver.h Simplify extrakeys sending at the host driver level (#18230) 3 years ago
lufa.mk
midi.mk
report.c [Core] Move `has_mouse_report_changed` function to `report.c` (#16543) 4 years ago
report.h Add support for large Mouse Reports (#16371) 4 years ago
usb_descriptor.c Switch over MANUFACTURER and PRODUCT to string literals (#18183) 3 years ago
usb_descriptor.h [Core] `STM32_USB_USE_OTG1` => `USB_ENDPOINTS_ARE_REORDERABLE` (#17647) 3 years ago
usb_descriptor_common.h
usb_device_state.c Format code according to conventions (#16322) 4 years ago
usb_device_state.h Format code according to conventions (#16322) 4 years ago
usb_hid.mk
usb_util.c Format code according to conventions (#16322) 4 years ago
usb_util.h Relocate protocol files within tmk_core/common/ (#14972) 4 years ago
vusb.mk