mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 01:47:10 +06:00
[Bug] Re-add call to suspend_power_down_kb()
(#16382)
This commit is contained in:
parent
7e00fcd7bc
commit
7f63bcf38b
|
@ -488,6 +488,7 @@ __attribute__((weak)) void suspend_power_down_user(void) {}
|
|||
__attribute__((weak)) void suspend_power_down_kb(void) { suspend_power_down_user(); }
|
||||
|
||||
void suspend_power_down_quantum(void) {
|
||||
suspend_power_down_kb();
|
||||
#ifndef NO_SUSPEND_POWER_DOWN
|
||||
// Turn off backlight
|
||||
# ifdef BACKLIGHT_ENABLE
|
||||
|
|
Loading…
Reference in New Issue
Block a user