Skip to content

Commit

Permalink
[Bug] Re-add call to suspend_power_down_kb() (#16382)
Browse files Browse the repository at this point in the history
  • Loading branch information
firetech authored Feb 17, 2022
1 parent 7e00fcd commit 7f63bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f63bcf

Please sign in to comment.