diff options
author | Drashna Jael're <drashna@live.com> | 2022-02-17 08:44:30 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2022-02-17 08:44:30 -0800 |
commit | da280739efa1d23346f9540044b8689a31ca8689 (patch) | |
tree | 3ec9e50910a866e5c0864a5bc3efb6d88df6b444 /quantum | |
parent | 0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176 (diff) | |
parent | 548a463fe9e60410e5798b6fd10a9e18ba2f28bb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index dce41c08ae..ef6e5ac1df 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -399,6 +399,7 @@ __attribute__((weak)) void startup_user() {} __attribute__((weak)) void shutdown_user() {} void suspend_power_down_quantum(void) { + suspend_power_down_kb(); #ifndef NO_SUSPEND_POWER_DOWN // Turn off backlight # ifdef BACKLIGHT_ENABLE |