~ruther/qmk_firmware

7f63bcf38b55b3bf23c5606c2e1f8e15724f5984 — Joakim Tufvegren 3 years ago 7e00fcd
[Bug] Re-add call to `suspend_power_down_kb()` (#16382)

1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/quantum.c
M quantum/quantum.c => quantum/quantum.c +1 -0
@@ 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