diff options
Diffstat (limited to 'keyboards/ergodox/infinity/simple_visualizer.h')
| -rw-r--r-- | keyboards/ergodox/infinity/simple_visualizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/infinity/simple_visualizer.h b/keyboards/ergodox/infinity/simple_visualizer.h index ded8a3222..88e96f2af 100644 --- a/keyboards/ergodox/infinity/simple_visualizer.h +++ b/keyboards/ergodox/infinity/simple_visualizer.h | |||
| @@ -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) { |
