Browse Source

[Bug] Re-add call to `suspend_power_down_kb()` (#16382)

pull/16392/head 0.15.22
Joakim Tufvegren 2 years ago
committed by GitHub
parent
commit
7f63bcf38b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/quantum.c

+ 1
- 0
quantum/quantum.c View File

@ -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…
Cancel
Save