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.
2017-03-24 12:53:55 -04:00
..
api API Sysex fixes 2016-12-29 12:13:30 +02:00
audio fix travis and reduce warnings 2017-02-16 11:37:46 -05:00
keymap_extras remove more warnings 2017-02-16 13:13:38 -05:00
process_keycode Fix UNICODE_MAP input_mode problem 2017-02-23 18:10:00 +07:00
serial_link
template Implement faux-clicky feature 2017-02-13 08:03:07 +07:00
tools
visualizer added mods status bit to visualizer. 2017-01-17 21:57:32 -05:00
analog.c
analog.h
api.c rgb clean-up, api clean-up 2016-12-19 11:18:18 -05:00
api.h
config_common.h Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
dynamic_macro.h
fauxclicky.c Implement faux-clicky feature 2017-02-13 08:03:07 +07:00
fauxclicky.h Add keycodes to turn on, turn off and toggle faux clicky 2017-02-13 14:55:35 +07:00
keycode_config.c
keycode_config.h
keymap.h Keycode refactor 2016-12-29 18:28:48 +11:00
keymap_common.c adds layer tap toggle 2017-02-15 11:25:33 -05:00
light_ws2812.c Fix compile warnings in light_ws2812.c 2017-02-03 21:00:13 -05:00
light_ws2812.h rgb clean-up, api clean-up 2016-12-19 11:18:18 -05:00
matrix.c Add new DIODE_DIRECTION option 2017-02-05 19:47:33 -05:00
pincontrol.h
quantum.c Refactor Bluetooth Handling 2017-03-24 12:53:55 -04:00
quantum.h merging 2017-02-19 00:04:14 -05:00
quantum_keycodes.h Refactor Bluetooth Handling 2017-03-24 12:53:55 -04:00
rgblight.c Added non-animated gradient mode 2017-02-06 14:18:20 -08:00
rgblight.h Added non-animated gradient mode 2017-02-06 14:18:20 -08:00
variable_trace.c
variable_trace.h