Fix backlight sync on suspend_power_down for split keyboards (#21079)
This commit is contained in:
parent
b3a7f80e1a
commit
04719c774d
2 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ void suspend_power_down_quantum(void) {
|
|||
#ifndef NO_SUSPEND_POWER_DOWN
|
||||
// Turn off backlight
|
||||
# ifdef BACKLIGHT_ENABLE
|
||||
backlight_set(0);
|
||||
backlight_level_noeeprom(0);
|
||||
# endif
|
||||
|
||||
# ifdef LED_MATRIX_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue