diff options
Diffstat (limited to 'keyboards/ergodox/infinity/simple_visualizer.h')
| -rw-r--r-- | keyboards/ergodox/infinity/simple_visualizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/simple_visualizer.h b/keyboards/ergodox/infinity/simple_visualizer.h index ded8a3222..73d0e0887 100644 --- a/keyboards/ergodox/infinity/simple_visualizer.h +++ b/keyboards/ergodox/infinity/simple_visualizer.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #include "lcd_backlight_keyframes.h" | 34 | #include "lcd_backlight_keyframes.h" |
| 35 | #include "system/serial_link.h" | 35 | #include "system/serial_link.h" |
| 36 | #include "led.h" | 36 | #include "led.h" |
| 37 | #include "animations.h" | 37 | #include "default_animations.h" |
| 38 | 38 | ||
| 39 | static const uint32_t logo_background_color = LCD_COLOR(0x00, 0x00, 0xFF); | 39 | static const uint32_t logo_background_color = LCD_COLOR(0x00, 0x00, 0xFF); |
| 40 | static const uint32_t initial_color = LCD_COLOR(0, 0, 0); | 40 | static const uint32_t initial_color = LCD_COLOR(0, 0, 0); |
| @@ -58,7 +58,7 @@ static keyframe_animation_t color_animation = { | |||
| 58 | // this prevents the color from changing when activating the layer | 58 | // this prevents the color from changing when activating the layer |
| 59 | // momentarily | 59 | // momentarily |
| 60 | .frame_lengths = {gfxMillisecondsToTicks(200), gfxMillisecondsToTicks(500)}, | 60 | .frame_lengths = {gfxMillisecondsToTicks(200), gfxMillisecondsToTicks(500)}, |
| 61 | .frame_functions = {keyframe_no_operation, backlight_keyframe_animate_color}, | 61 | .frame_functions = {keyframe_no_operation, lcd_backlight_keyframe_animate_color}, |
| 62 | }; | 62 | }; |
| 63 | 63 | ||
| 64 | void initialize_user_visualizer(visualizer_state_t* state) { | 64 | void initialize_user_visualizer(visualizer_state_t* state) { |
