aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorJoakim Tufvegren <104522+firetech@users.noreply.github.com>2022-02-17 17:33:07 +0100
committerGitHub <noreply@github.com>2022-02-17 08:33:07 -0800
commit7f63bcf38b55b3bf23c5606c2e1f8e15724f5984 (patch)
tree14433262440ff6cd2aa89440a9fdd5f0de7b7dc3 /quantum
parent7e00fcd7bc8bca8b0f78f55a8827247f503a58ce (diff)
downloadqmk_firmware-7f63bcf38b55b3bf23c5606c2e1f8e15724f5984.tar.gz
qmk_firmware-7f63bcf38b55b3bf23c5606c2e1f8e15724f5984.zip
[Bug] Re-add call to `suspend_power_down_kb()` (#16382)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/quantum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index 35b6351e9..be43faaf6 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -488,6 +488,7 @@ __attribute__((weak)) void suspend_power_down_user(void) {}
488__attribute__((weak)) void suspend_power_down_kb(void) { suspend_power_down_user(); } 488__attribute__((weak)) void suspend_power_down_kb(void) { suspend_power_down_user(); }
489 489
490void suspend_power_down_quantum(void) { 490void suspend_power_down_quantum(void) {
491 suspend_power_down_kb();
491#ifndef NO_SUSPEND_POWER_DOWN 492#ifndef NO_SUSPEND_POWER_DOWN
492// Turn off backlight 493// Turn off backlight
493# ifdef BACKLIGHT_ENABLE 494# ifdef BACKLIGHT_ENABLE