diff options
Diffstat (limited to 'users/talljoe')
-rw-r--r-- | users/talljoe/rules.mk | 2 | ||||
-rw-r--r-- | users/talljoe/visualizer.c | 21 |
2 files changed, 1 insertions, 22 deletions
diff --git a/users/talljoe/rules.mk b/users/talljoe/rules.mk index 632e725b7..9338568b9 100644 --- a/users/talljoe/rules.mk +++ b/users/talljoe/rules.mk | |||
@@ -13,4 +13,4 @@ TAP_DANCE_ENABLE=yes | |||
13 | CONSOLE_ENABLE=no | 13 | CONSOLE_ENABLE=no |
14 | COMMAND_ENABLE=no | 14 | COMMAND_ENABLE=no |
15 | DYNAMIC_KEYMAP_ENABLE=no | 15 | DYNAMIC_KEYMAP_ENABLE=no |
16 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 16 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
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 | } | ||