diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-05 09:21:18 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 18:34:59 +0300 |
commit | 1e7585e76771e1a2d8ca733fc09c19f9fa0e903c (patch) | |
tree | e4e5ebff65cd1f60fe4ecdd71501c05bff9b6b24 /quantum/visualizer/lcd_keyframes.h | |
parent | 5ba228b684a32c1099efc6207842a56ff102961a (diff) | |
download | qmk_firmware-1e7585e76771e1a2d8ca733fc09c19f9fa0e903c.tar.gz qmk_firmware-1e7585e76771e1a2d8ca733fc09c19f9fa0e903c.zip |
Separated backlight and LCD disable/enable
Also moved them to correct places
Diffstat (limited to 'quantum/visualizer/lcd_keyframes.h')
-rw-r--r-- | quantum/visualizer/lcd_keyframes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/visualizer/lcd_keyframes.h b/quantum/visualizer/lcd_keyframes.h index 0c9f39ab8..8f79a541c 100644 --- a/quantum/visualizer/lcd_keyframes.h +++ b/quantum/visualizer/lcd_keyframes.h | |||
@@ -30,4 +30,8 @@ bool lcd_keyframe_display_led_states(keyframe_animation_t* animation, visualizer | |||
30 | // Displays both the layer text and the led states | 30 | // Displays both the layer text and the led states |
31 | bool lcd_keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state); | 31 | bool lcd_keyframe_display_layer_and_led_states(keyframe_animation_t* animation, visualizer_state_t* state); |
32 | 32 | ||
33 | bool lcd_keyframe_disable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
34 | bool lcd_keyframe_enable(keyframe_animation_t* animation, visualizer_state_t* state); | ||
35 | |||
36 | |||
33 | #endif /* QUANTUM_VISUALIZER_LCD_KEYFRAMES_H_ */ | 37 | #endif /* QUANTUM_VISUALIZER_LCD_KEYFRAMES_H_ */ |