diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/nstickney/rules.mk | 1 | ||||
-rw-r--r-- | users/wanleg/rules.mk | 4 |
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 | |||
25 | LTO_ENABLE = yes | 25 | LTO_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 |
28 | API_SYSEX_ENABLE = no | ||
29 | AUDIO_ENABLE = no | 28 | AUDIO_ENABLE = no |
30 | BOOTMAGIC_ENABLE = no | 29 | BOOTMAGIC_ENABLE = no |
31 | COMMAND_ENABLE = no | 30 | COMMAND_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 |
43 | ifeq ($(strip $(flip)), yes) | 43 | ifeq ($(strip $(flip)), yes) |
44 | OPT_DEFS += -DFLIP | 44 | OPT_DEFS += -DFLIP |
45 | endif \ No newline at end of file | 45 | endif |