summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x15/wanleg/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_5x15/wanleg/rules.mk')
-rw-r--r--layouts/community/ortho_5x15/wanleg/rules.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x15/wanleg/rules.mk b/layouts/community/ortho_5x15/wanleg/rules.mk
index e36226fb2..bfc4c69d9 100644
--- a/layouts/community/ortho_5x15/wanleg/rules.mk
+++ b/layouts/community/ortho_5x15/wanleg/rules.mk
@@ -1 +1,8 @@
-SWAP_HANDS_ENABLE = no \ No newline at end of file
+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 \ No newline at end of file