]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/visualizer/lcd_keyframes.h
have led default to off on start up
[qmk_firmware.git] / quantum / visualizer / lcd_keyframes.h
index 0c9f39ab8c58dfaf3d96851a5343ff51d0ee771b..2e912b4c73d27ee703ee053a8e046331ffcec801 100644 (file)
@@ -29,5 +29,11 @@ bool lcd_keyframe_display_mods_bitmap(keyframe_animation_t* animation, visualize
 bool lcd_keyframe_display_led_states(keyframe_animation_t* animation, visualizer_state_t* state);
 // Displays both the layer text and the led states
 bool lcd_keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state);
+// Displays the QMK logo on the LCD screen
+bool lcd_keyframe_draw_logo(keyframe_animation_t* animation, visualizer_state_t* state);
+
+bool lcd_keyframe_disable(keyframe_animation_t* animation, visualizer_state_t* state);
+bool lcd_keyframe_enable(keyframe_animation_t* animation, visualizer_state_t* state);
+
 
 #endif /* QUANTUM_VISUALIZER_LCD_KEYFRAMES_H_ */