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/tmk_core/protocol/lufa
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
..
LUFA-git Normalize line endings 8 years ago
adafruit_ble.cpp Allow negative values for mouse movements 8 years ago
adafruit_ble.h Refactor Bluetooth Handling 8 years ago
bluetooth.c Warning reductions (#430) 8 years ago
bluetooth.h Warning reductions (#430) 8 years ago
descriptor.c Fixes issue #900 8 years ago
descriptor.h Initial version of Raw HID interface 8 years ago
lufa.c Refactor Bluetooth Handling 8 years ago
lufa.h API Sysex fixes 8 years ago
outputselect.c Refactor Bluetooth Handling 8 years ago
outputselect.h Refactor Bluetooth Handling 8 years ago
ringbuffer.hpp Add support for Adafruit BLE modules 8 years ago