diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-08-30 12:21:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 20:21:03 +0100 |
| commit | 15710db4ada682d274c1d02b4d66ed7ac820a821 (patch) | |
| tree | 4e398caefe966f5f3c1c749797e060635f998d25 /tmk_core/common/suspend.h | |
| parent | cf28feaf4d27866aad23c382fdd9cf095decefff (diff) | |
| download | qmk_firmware-15710db4ada682d274c1d02b4d66ed7ac820a821.tar.gz qmk_firmware-15710db4ada682d274c1d02b4d66ed7ac820a821.zip | |
Move feature suspend logic out of platform specific code (#14210)
Diffstat (limited to 'tmk_core/common/suspend.h')
| -rw-r--r-- | tmk_core/common/suspend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index 95845e4b6..081735f90 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h | |||
| @@ -10,8 +10,10 @@ void suspend_wakeup_init(void); | |||
| 10 | 10 | ||
| 11 | void suspend_wakeup_init_user(void); | 11 | void suspend_wakeup_init_user(void); |
| 12 | void suspend_wakeup_init_kb(void); | 12 | void suspend_wakeup_init_kb(void); |
| 13 | void suspend_wakeup_init_quantum(void); | ||
| 13 | void suspend_power_down_user(void); | 14 | void suspend_power_down_user(void); |
| 14 | void suspend_power_down_kb(void); | 15 | void suspend_power_down_kb(void); |
| 16 | void suspend_power_down_quantum(void); | ||
| 15 | 17 | ||
| 16 | #ifndef USB_SUSPEND_WAKEUP_DELAY | 18 | #ifndef USB_SUSPEND_WAKEUP_DELAY |
| 17 | # define USB_SUSPEND_WAKEUP_DELAY 0 | 19 | # define USB_SUSPEND_WAKEUP_DELAY 0 |
