aboutsummaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/nstickney/rules.mk1
-rw-r--r--users/wanleg/rules.mk4
2 files changed, 2 insertions, 3 deletions
diff --git a/users/nstickney/rules.mk b/users/nstickney/rules.mk
index 0f189e8a4..6b3671ddb 100644
--- a/users/nstickney/rules.mk
+++ b/users/nstickney/rules.mk
@@ -25,7 +25,6 @@ UCIS_ENABLE = no
25LTO_ENABLE = yes 25LTO_ENABLE = yes
26 26
27# https://beta.docs.qmk.fm/developing-qmk/qmk-reference/getting_started_make_guide#rules-mk-options 27# https://beta.docs.qmk.fm/developing-qmk/qmk-reference/getting_started_make_guide#rules-mk-options
28API_SYSEX_ENABLE = no
29AUDIO_ENABLE = no 28AUDIO_ENABLE = no
30BOOTMAGIC_ENABLE = no 29BOOTMAGIC_ENABLE = no
31COMMAND_ENABLE = no 30COMMAND_ENABLE = no
diff --git a/users/wanleg/rules.mk b/users/wanleg/rules.mk
index eb66a49e6..410803512 100644
--- a/users/wanleg/rules.mk
+++ b/users/wanleg/rules.mk
@@ -21,8 +21,8 @@ ifeq ($(strip $(BT)), yes)
21 #opt_defs for alternate pin usage 21 #opt_defs for alternate pin usage
22 OPT_DEFS += -DBLUEFRUIT 22 OPT_DEFS += -DBLUEFRUIT
23 #Adafruit Bluefruit controller settings 23 #Adafruit Bluefruit controller settings
24 BLUETOOTH = AdafruitBLE
25 BLUETOOTH_ENABLE = yes 24 BLUETOOTH_ENABLE = yes
25 BLUETOOTH_DRIVER = AdafruitBLE
26 F_CPU = 8000000 26 F_CPU = 8000000
27 CONSOLE_ENABLE = no # Console for debug(+400) 27 CONSOLE_ENABLE = no # Console for debug(+400)
28 COMMAND_ENABLE = no # Commands for debug and configuration 28 COMMAND_ENABLE = no # Commands for debug and configuration
@@ -42,4 +42,4 @@ endif
42#example usage: make gherkin:wanleg flip=yes 42#example usage: make gherkin:wanleg flip=yes
43ifeq ($(strip $(flip)), yes) 43ifeq ($(strip $(flip)), yes)
44 OPT_DEFS += -DFLIP 44 OPT_DEFS += -DFLIP
45endif \ No newline at end of file 45endif