diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-03-02 06:31:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 14:31:23 +0000 |
| commit | ab3986a6847b0325c37d2b2063aba6bea9563378 (patch) | |
| tree | f758f7e332c39fd858fb57947322b9275c14d06c /tmk_core | |
| parent | d0108869ee1431182574184ba11f064916369139 (diff) | |
| download | qmk_firmware-ab3986a6847b0325c37d2b2063aba6bea9563378.tar.gz qmk_firmware-ab3986a6847b0325c37d2b2063aba6bea9563378.zip | |
Set default for USB_SUSPEND_WAKEUP_DELAY to 0/disabled (#12081)
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/suspend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index 9d17d984e..95845e4b6 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h | |||
| @@ -14,5 +14,5 @@ void suspend_power_down_user(void); | |||
| 14 | void suspend_power_down_kb(void); | 14 | void suspend_power_down_kb(void); |
| 15 | 15 | ||
| 16 | #ifndef USB_SUSPEND_WAKEUP_DELAY | 16 | #ifndef USB_SUSPEND_WAKEUP_DELAY |
| 17 | # define USB_SUSPEND_WAKEUP_DELAY 200 | 17 | # define USB_SUSPEND_WAKEUP_DELAY 0 |
| 18 | #endif | 18 | #endif |
