Move the logo drawing keyframe to lcd_keyframes
This commit is contained in:
@ -29,6 +29,8 @@ 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);
|
||||
|
Reference in New Issue
Block a user