diff options
Diffstat (limited to 'keyboards/ergodox/infinity/visualizer.c')
| -rw-r--r-- | keyboards/ergodox/infinity/visualizer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/ergodox/infinity/visualizer.c b/keyboards/ergodox/infinity/visualizer.c index 8e684d991..0897ea348 100644 --- a/keyboards/ergodox/infinity/visualizer.c +++ b/keyboards/ergodox/infinity/visualizer.c | |||
| @@ -136,13 +136,12 @@ bool display_logo(keyframe_animation_t* animation, visualizer_state_t* state) { | |||
| 136 | // Don't worry, if the startup animation is long, you can use the keyboard like normal | 136 | // Don't worry, if the startup animation is long, you can use the keyboard like normal |
| 137 | // during that time | 137 | // during that time |
| 138 | static keyframe_animation_t startup_animation = { | 138 | static keyframe_animation_t startup_animation = { |
| 139 | .num_frames = 3, | 139 | .num_frames = 2, |
| 140 | .loop = false, | 140 | .loop = false, |
| 141 | .frame_lengths = {0, gfxMillisecondsToTicks(10000), 0}, | 141 | .frame_lengths = {0, gfxMillisecondsToTicks(10000), 0}, |
| 142 | .frame_functions = { | 142 | .frame_functions = { |
| 143 | display_logo, | 143 | display_logo, |
| 144 | backlight_keyframe_animate_color, | 144 | backlight_keyframe_animate_color, |
| 145 | enable_visualization | ||
| 146 | }, | 145 | }, |
| 147 | }; | 146 | }; |
| 148 | 147 | ||
| @@ -198,7 +197,7 @@ static keyframe_animation_t suspend_animation = { | |||
| 198 | }; | 197 | }; |
| 199 | 198 | ||
| 200 | static keyframe_animation_t resume_animation = { | 199 | static keyframe_animation_t resume_animation = { |
| 201 | .num_frames = 5, | 200 | .num_frames = 4, |
| 202 | .loop = false, | 201 | .loop = false, |
| 203 | .frame_lengths = {0, 0, 0, gfxMillisecondsToTicks(10000), 0}, | 202 | .frame_lengths = {0, 0, 0, gfxMillisecondsToTicks(10000), 0}, |
| 204 | .frame_functions = { | 203 | .frame_functions = { |
| @@ -206,7 +205,6 @@ static keyframe_animation_t resume_animation = { | |||
| 206 | backlight_keyframe_enable, | 205 | backlight_keyframe_enable, |
| 207 | display_logo, | 206 | display_logo, |
| 208 | backlight_keyframe_animate_color, | 207 | backlight_keyframe_animate_color, |
| 209 | enable_visualization, | ||
| 210 | }, | 208 | }, |
| 211 | }; | 209 | }; |
| 212 | 210 | ||
