mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 03:54:42 +00:00
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. |
||
---|---|---|
.. | ||
api | ||
audio | ||
keymap_extras | ||
process_keycode | ||
serial_link | ||
template | ||
tools | ||
visualizer | ||
analog.c | ||
analog.h | ||
api.c | ||
api.h | ||
config_common.h | ||
dynamic_macro.h | ||
fauxclicky.c | ||
fauxclicky.h | ||
keycode_config.c | ||
keycode_config.h | ||
keymap.h | ||
keymap_common.c | ||
light_ws2812.c | ||
light_ws2812.h | ||
matrix.c | ||
pincontrol.h | ||
quantum.c | ||
quantum.h | ||
quantum_keycodes.h | ||
rgblight.c | ||
rgblight.h | ||
variable_trace.c | ||
variable_trace.h |