ddc036b69e
Refactored Bluetooth support to make adding new Bluetooth modules easier in the future. * Remove `OUT_BLE` key from QMK's keymap. `OUT_BT` is all we need now as there's no difference anymore. * Made BLUETOOTH_ENABLE build option legacy as not to break existing keymaps (Falls back to existing EZ Key support if on) * Removed `ADAFRUIT_BLE_ENABLE` build option * Created new build option `BLUETOOTH` with module option (Currently `AdafruitEZKey` & `AdafruitBLE`) * Moved all LUFA bluetooth key/mouse events under `BLUETOOTH_ENABLE` ifdef with selected modules output. |
||
---|---|---|
.. | ||
bluefruit | ||
chibios | ||
iwrap | ||
lufa | ||
mbed | ||
midi | ||
pjrc | ||
usb_hid | ||
vusb | ||
adb.c | ||
adb.h | ||
bluefruit.mk | ||
chibios.mk | ||
ibm4704.c | ||
ibm4704.h | ||
iwrap.mk | ||
lufa.mk | ||
m0110.c | ||
m0110.h | ||
midi.mk | ||
news.c | ||
news.h | ||
next_kbd.c | ||
next_kbd.h | ||
pjrc.mk | ||
ps2_busywait.c | ||
ps2_interrupt.c | ||
ps2_io_avr.c | ||
ps2_io_mbed.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_hid.mk | ||
vusb.mk |