diff options
Diffstat (limited to 'quantum/visualizer/visualizer.h')
| -rw-r--r-- | quantum/visualizer/visualizer.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/quantum/visualizer/visualizer.h b/quantum/visualizer/visualizer.h index 3b05c305e..440044fd3 100644 --- a/quantum/visualizer/visualizer.h +++ b/quantum/visualizer/visualizer.h | |||
| @@ -133,15 +133,6 @@ bool keyframe_no_operation(keyframe_animation_t* animation, visualizer_state_t* | |||
| 133 | bool keyframe_animate_backlight_color(keyframe_animation_t* animation, visualizer_state_t* state); | 133 | bool keyframe_animate_backlight_color(keyframe_animation_t* animation, visualizer_state_t* state); |
| 134 | // Sets the backlight color to the target color | 134 | // Sets the backlight color to the target color |
| 135 | bool keyframe_set_backlight_color(keyframe_animation_t* animation, visualizer_state_t* state); | 135 | bool keyframe_set_backlight_color(keyframe_animation_t* animation, visualizer_state_t* state); |
| 136 | // Displays the layer text centered vertically on the screen | ||
| 137 | bool keyframe_display_layer_text(keyframe_animation_t* animation, visualizer_state_t* state); | ||
| 138 | // Displays a bitmap (0/1) of all the currently active layers | ||
| 139 | bool keyframe_display_layer_bitmap(keyframe_animation_t* animation, visualizer_state_t* state); | ||
| 140 | // Displays a bitmap (0/1) of all the currently active mods | ||
| 141 | bool keyframe_display_mods_bitmap(keyframe_animation_t* animation, visualizer_state_t* state); | ||
| 142 | // Displays the keyboard led states (CAPS (Caps lock), NUM (Num lock), SCRL (Scroll lock), COMP (Compose), KANA) | ||
| 143 | bool keyframe_display_led_states(keyframe_animation_t* animation, visualizer_state_t* state); | ||
| 144 | bool keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state); | ||
| 145 | 136 | ||
| 146 | bool keyframe_disable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); | 137 | bool keyframe_disable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); |
| 147 | bool keyframe_enable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); | 138 | bool keyframe_enable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state); |
