diff options
-rw-r--r-- | keyboards/ergodox/infinity/animations.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/animations.c b/keyboards/ergodox/infinity/animations.c index 675519e30..ebc08fde3 100644 --- a/keyboards/ergodox/infinity/animations.c +++ b/keyboards/ergodox/infinity/animations.c | |||
@@ -65,7 +65,7 @@ static bool keyframe_fade_in(keyframe_animation_t* animation, visualizer_state_t | |||
65 | #ifdef LCD_BACKLIGHT_ENABLE | 65 | #ifdef LCD_BACKLIGHT_ENABLE |
66 | ret |= backlight_keyframe_animate_color(animation, state); | 66 | ret |= backlight_keyframe_animate_color(animation, state); |
67 | #endif | 67 | #endif |
68 | #ifdef BACLIGHT_ENABLE | 68 | #ifdef BACKLIGHT_ENABLE |
69 | ret |= led_keyframe_fade_in_all(animation, state); | 69 | ret |= led_keyframe_fade_in_all(animation, state); |
70 | #endif | 70 | #endif |
71 | return ret; | 71 | return ret; |
@@ -76,7 +76,7 @@ static bool keyframe_fade_out(keyframe_animation_t* animation, visualizer_state_ | |||
76 | #ifdef LCD_BACKLIGHT_ENABLE | 76 | #ifdef LCD_BACKLIGHT_ENABLE |
77 | ret |= backlight_keyframe_animate_color(animation, state); | 77 | ret |= backlight_keyframe_animate_color(animation, state); |
78 | #endif | 78 | #endif |
79 | #ifdef BACLIGHT_ENABLE | 79 | #ifdef BACKLIGHT_ENABLE |
80 | ret |= led_keyframe_fade_out_all(animation, state); | 80 | ret |= led_keyframe_fade_out_all(animation, state); |
81 | #endif | 81 | #endif |
82 | return ret; | 82 | return ret; |