diff options
-rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/ergodox/infinity/visualizer.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index d51574aca..aaadfe34b 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk | |||
@@ -61,7 +61,7 @@ CUSTOM_MATRIX ?= yes # Custom matrix file | |||
61 | SERIAL_LINK_ENABLE = yes | 61 | SERIAL_LINK_ENABLE = yes |
62 | VISUALIZER_ENABLE ?= yes | 62 | VISUALIZER_ENABLE ?= yes |
63 | LCD_ENABLE ?= yes | 63 | LCD_ENABLE ?= yes |
64 | LED_ENABLE ?= yes | 64 | LED_ENABLE ?= no |
65 | LCD_BACKLIGHT_ENABLE ?= yes | 65 | LCD_BACKLIGHT_ENABLE ?= yes |
66 | MIDI_ENABLE = no | 66 | MIDI_ENABLE = no |
67 | RGBLIGHT_ENABLE = no | 67 | RGBLIGHT_ENABLE = no |
diff --git a/keyboards/ergodox/infinity/visualizer.c b/keyboards/ergodox/infinity/visualizer.c index 0ce1d4ae4..c8fc3d78e 100644 --- a/keyboards/ergodox/infinity/visualizer.c +++ b/keyboards/ergodox/infinity/visualizer.c | |||
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | #include "visualizer.h" | 29 | #include "visualizer.h" |
30 | #include "led_test.h" | ||
31 | 30 | ||
32 | // To generate an image array like this | 31 | // To generate an image array like this |
33 | // Ensure the image is 128 x 32 or smaller | 32 | // Ensure the image is 128 x 32 or smaller |
@@ -205,5 +204,4 @@ void user_visualizer_resume(visualizer_state_t* state) { | |||
205 | state->current_lcd_color = initial_color; | 204 | state->current_lcd_color = initial_color; |
206 | state->target_lcd_color = logo_background_color; | 205 | state->target_lcd_color = logo_background_color; |
207 | start_keyframe_animation(&resume_animation); | 206 | start_keyframe_animation(&resume_animation); |
208 | start_keyframe_animation(&led_test_animation); | ||
209 | } | 207 | } |