diff options
Diffstat (limited to 'quantum/visualizer/visualizer.c')
-rw-r--r-- | quantum/visualizer/visualizer.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/quantum/visualizer/visualizer.c b/quantum/visualizer/visualizer.c index 6ebd806e4..98cd7ba55 100644 --- a/quantum/visualizer/visualizer.c +++ b/quantum/visualizer/visualizer.c | |||
@@ -228,27 +228,6 @@ bool keyframe_no_operation(keyframe_animation_t* animation, visualizer_state_t* | |||
228 | return false; | 228 | return false; |
229 | } | 229 | } |
230 | 230 | ||
231 | bool keyframe_disable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state) { | ||
232 | (void)animation; | ||
233 | (void)state; | ||
234 | #ifdef LCD_ENABLE | ||
235 | gdispSetPowerMode(powerOff); | ||
236 | #endif | ||
237 | #ifdef LCD_BACKLIGHT_ENABLE | ||
238 | lcd_backlight_hal_color(0, 0, 0); | ||
239 | #endif | ||
240 | return false; | ||
241 | } | ||
242 | |||
243 | bool keyframe_enable_lcd_and_backlight(keyframe_animation_t* animation, visualizer_state_t* state) { | ||
244 | (void)animation; | ||
245 | (void)state; | ||
246 | #ifdef LCD_ENABLE | ||
247 | gdispSetPowerMode(powerOn); | ||
248 | #endif | ||
249 | return false; | ||
250 | } | ||
251 | |||
252 | bool enable_visualization(keyframe_animation_t* animation, visualizer_state_t* state) { | 231 | bool enable_visualization(keyframe_animation_t* animation, visualizer_state_t* state) { |
253 | (void)animation; | 232 | (void)animation; |
254 | (void)state; | 233 | (void)state; |