diff options
author | wanleg <32079073+wanleg@users.noreply.github.com> | 2018-11-03 10:39:40 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-03 10:39:40 -0700 |
commit | 80c04b29194a0023b8e47f3ac49ea248c8ec953d (patch) | |
tree | 43ea6e09ebfdb1d788018edae92b3d4e3616c55a /layouts/community/ortho_5x15/wanleg/rules.mk | |
parent | bdc72740cb5f9d7d6d5df574b39721ec479dc733 (diff) | |
download | qmk_firmware-80c04b29194a0023b8e47f3ac49ea248c8ec953d.tar.gz |
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.mk | 9 |
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 |