diff options
Diffstat (limited to 'quantum/visualizer/lcd_keyframes.h')
-rw-r--r-- | quantum/visualizer/lcd_keyframes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/visualizer/lcd_keyframes.h b/quantum/visualizer/lcd_keyframes.h index 0c9f39ab8..8f79a541c 100644 --- a/quantum/visualizer/lcd_keyframes.h +++ b/quantum/visualizer/lcd_keyframes.h | |||
@@ -30,4 +30,8 @@ bool lcd_keyframe_display_led_states(keyframe_animation_t* animation, visualizer | |||
30 | // Displays both the layer text and the led states | 30 | // Displays both the layer text and the led states |
31 | bool lcd_keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state); | 31 | bool lcd_keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state); |
32 | 32 | ||
33 | bool lcd_keyframe_disable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
34 | bool lcd_keyframe_enable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
35 | |||
36 | |||
33 | #endif /* QUANTUM_VISUALIZER_LCD_KEYFRAMES_H_ */ | 37 | #endif /* QUANTUM_VISUALIZER_LCD_KEYFRAMES_H_ */ |