* got bluetooth working

* get rid of description on bluetooth

* get rid of commented code used for testing

* Update config.h
This commit is contained in:
wanleg
2018-11-03 10:39:40 -07:00
committed by Drashna Jaelre
parent bdc72740cb
commit 80c04b2919
5 changed files with 47 additions and 20 deletions

View File

@@ -1 +1,8 @@
SWAP_HANDS_ENABLE = no
ifeq (,$(findstring yes,$(BLUEFRUIT)))
BLUETOOTH = AdafruitBLE
BLUETOOTH_ENABLE = yes
F_CPU = 8000000
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
endif