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.
qmk_firmware/quantum
Travis La Marr ddc036b69e Refactor Bluetooth Handling
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.
8 years ago
..
api API Sysex fixes 8 years ago
audio fix travis and reduce warnings 8 years ago
keymap_extras remove more warnings 8 years ago
process_keycode Fix UNICODE_MAP input_mode problem 8 years ago
serial_link Convert tirple_buffered_object_tests to GTest 8 years ago
template Implement faux-clicky feature 8 years ago
tools Backlight abstraction and other changes (#439) 8 years ago
visualizer added mods status bit to visualizer. 8 years ago
analog.c quantum separated 9 years ago
analog.h quantum separated 9 years ago
api.c rgb clean-up, api clean-up 8 years ago
api.h separated into api files/folder 8 years ago
config_common.h Add new DIODE_DIRECTION option 8 years ago
dynamic_macro.h Reduce the default dynamic macro buffer 8 years ago
fauxclicky.c Implement faux-clicky feature 8 years ago
fauxclicky.h Add keycodes to turn on, turn off and toggle faux clicky 8 years ago
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 8 years ago
keycode_config.h Use keyboard config for nkro (#7) 8 years ago
keymap.h Keycode refactor 8 years ago
keymap_common.c adds layer tap toggle 8 years ago
light_ws2812.c Fix compile warnings in light_ws2812.c 8 years ago
light_ws2812.h rgb clean-up, api clean-up 8 years ago
matrix.c Add new DIODE_DIRECTION option 8 years ago
pincontrol.h Add arduino-alike GPIO pin control helpers 8 years ago
quantum.c Refactor Bluetooth Handling 8 years ago
quantum.h merging 8 years ago
quantum_keycodes.h Refactor Bluetooth Handling 8 years ago
rgblight.c Added non-animated gradient mode 8 years ago
rgblight.h Added non-animated gradient mode 8 years ago
variable_trace.c Add possibility to control variable trace from make 8 years ago
variable_trace.h Add documentation for the variable tracing 8 years ago