diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/nstickney/rules.mk | 1 | ||||
-rw-r--r-- | users/talljoe/visualizer.c | 21 | ||||
-rw-r--r-- | users/wanleg/rules.mk | 4 |
3 files changed, 2 insertions, 24 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/talljoe/visualizer.c b/users/talljoe/visualizer.c deleted file mode 100644 index c17b56706..000000000 --- a/users/talljoe/visualizer.c +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* Copyright 2020 Joseph Wasson | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #include "talljoe.h" | ||
18 | |||
19 | static void get_visualizer_layer_and_color(visualizer_state_t* state) { | ||
20 | state->status_text = layer_names[biton32(state->status.layer)]; | ||
21 | } | ||
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 |