mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
Fix suspend not disabling backlight
This commit is contained in:
parent
3074269c4a
commit
ed1710589f
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ static keyframe_animation_t suspend_animation = {
|
|||
lcd_keyframe_display_layer_text,
|
||||
backlight_keyframe_animate_color,
|
||||
lcd_keyframe_disable,
|
||||
lcd_keyframe_disable,
|
||||
backlight_keyframe_disable,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ static keyframe_animation_t suspend_animation = {
|
|||
lcd_keyframe_display_layer_text,
|
||||
backlight_keyframe_animate_color,
|
||||
lcd_keyframe_disable,
|
||||
lcd_keyframe_disable,
|
||||
backlight_keyframe_disable,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue