Move the logo drawing keyframe to lcd_keyframes
This commit is contained in:
parent
df67169d42
commit
3074269c4a
4 changed files with 25 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue