summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x15/wanleg/rules.mk
diff options
context:
space:
mode:
authorwanleg <32079073+wanleg@users.noreply.github.com>2018-11-03 18:39:40 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-03 18:39:40 +0100
commit80c04b29194a0023b8e47f3ac49ea248c8ec953d (patch)
tree43ea6e09ebfdb1d788018edae92b3d4e3616c55a /layouts/community/ortho_5x15/wanleg/rules.mk
parentbdc72740cb5f9d7d6d5df574b39721ec479dc733 (diff)
downloadqmk_firmware-80c04b29194a0023b8e47f3ac49ea248c8ec953d.tar.gz
qmk_firmware-80c04b29194a0023b8e47f3ac49ea248c8ec953d.tar.xz
5x5bt (#4333)
* got bluetooth working * get rid of description on bluetooth * get rid of commented code used for testing * Update config.h
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