summaryrefslogtreecommitdiffstats
path: root/users/wanleg/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/wanleg/rules.mk')
-rw-r--r--users/wanleg/rules.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/users/wanleg/rules.mk b/users/wanleg/rules.mk
index e3e802b4a..c6569594b 100644
--- a/users/wanleg/rules.mk
+++ b/users/wanleg/rules.mk
@@ -18,5 +18,13 @@ endif
#use alternate settings for boards using "Adafruit Feather 32u4 Bluefruit LE" instead of Micro
#example usage: make 5x5:wanleg BT=yes
ifeq ($(strip $(BT)), yes)
- OPT_DEFS += -DBLUEFRUIT
+ #opt_defs for alternate pin usage
+ OPT_DEFS += -DBLUEFRUIT
+ #Adafruit Bluefruit controller settings
+ 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 \ No newline at end of file