]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for Adafruit BLE modules
authorWez Furlong <wez@fb.com>
Mon, 28 Nov 2016 06:48:04 +0000 (22:48 -0800)
committerWez Furlong <wez@fb.com>
Mon, 28 Nov 2016 07:49:44 +0000 (23:49 -0800)
commit712476cd288505cabb2ad6163d1c1ba13a7a1cca
tree92c1ddd43fe1d86940d4a94dc545fabd01904f2a
parent8485bb34d2e291db5b6c81f892850da1cdca37ba
Add support for Adafruit BLE modules

This implements some helper functions that allow sending key reports
to an SPI based Bluetooth Low Energy module, such as the Adafruit
Feather 32u4 Bluefruit LE.

There is some plumbing required in lufa.c to enable this; that
is in a follow-on commit.
tmk_core/common.mk
tmk_core/protocol/lufa.mk
tmk_core/protocol/lufa/adafruit_ble.cpp [new file with mode: 0644]
tmk_core/protocol/lufa/adafruit_ble.h [new file with mode: 0644]
tmk_core/protocol/lufa/ringbuffer.hpp [new file with mode: 0644]