Skip to content

Commit

Permalink
add new adafruit bluefruit spi friend support
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <[email protected]>
  • Loading branch information
joshuarubin committed May 8, 2020
1 parent a42eee7 commit 9616aa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 717 deletions.
8 changes: 7 additions & 1 deletion tmk_core/protocol/lufa.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ ifeq ($(strip $(BLUETOOTH)), AdafruitBLE)
LUFA_SRC += spi_master.c
LUFA_SRC += analog.c
LUFA_SRC += $(LUFA_DIR)/bluetooth.c
LUFA_SRC += $(LUFA_DIR)/adafruit_ble_spi.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/new.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/Print.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/Stream.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/ATParser.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/BLE.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/BLEBattery.cpp
LUFA_SRC += $(LUFA_DIR)/adafruit_ble/qmk.cpp
endif

ifeq ($(strip $(BLUETOOTH)), AdafruitBLEUART)
Expand Down
Loading

0 comments on commit 9616aa9

Please sign in to comment.