diff options
Diffstat (limited to 'quantum/visualizer/lcd_backlight_keyframes.h')
-rw-r--r-- | quantum/visualizer/lcd_backlight_keyframes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/visualizer/lcd_backlight_keyframes.h b/quantum/visualizer/lcd_backlight_keyframes.h index 8cd5a46c6..e1c125cf9 100644 --- a/quantum/visualizer/lcd_backlight_keyframes.h +++ b/quantum/visualizer/lcd_backlight_keyframes.h | |||
@@ -24,4 +24,7 @@ bool backlight_keyframe_animate_color(keyframe_animation_t* animation, visualize | |||
24 | // Sets the backlight color to the target color | 24 | // Sets the backlight color to the target color |
25 | bool backlight_keyframe_set_color(keyframe_animation_t* animation, visualizer_state_t* state); | 25 | bool backlight_keyframe_set_color(keyframe_animation_t* animation, visualizer_state_t* state); |
26 | 26 | ||
27 | bool backlight_keyframe_disable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
28 | bool backlight_keyframe_enable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
29 | |||
27 | #endif /* QUANTUM_VISUALIZER_LCD_BACKLIGHT_KEYFRAMES_H_ */ | 30 | #endif /* QUANTUM_VISUALIZER_LCD_BACKLIGHT_KEYFRAMES_H_ */ |