]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox/infinity/simple_visualizer.h
Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT
[qmk_firmware.git] / keyboards / ergodox / infinity / simple_visualizer.h
index ded8a3222efa012c0c0a9f4269c3225335303a41..88e96f2af92181c8db5098193cce84ae91c9c2a5 100644 (file)
@@ -58,7 +58,7 @@ static keyframe_animation_t color_animation = {
     // this prevents the color from changing when activating the layer
     // momentarily
     .frame_lengths = {gfxMillisecondsToTicks(200), gfxMillisecondsToTicks(500)},
-    .frame_functions = {keyframe_no_operation, backlight_keyframe_animate_color},
+    .frame_functions = {keyframe_no_operation, lcd_backlight_keyframe_animate_color},
 };
 
 void initialize_user_visualizer(visualizer_state_t* state) {