summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-02 14:32:29 +0000
committerQMK Bot <hello@qmk.fm>2021-03-02 14:32:29 +0000
commit4c04c848b550b5327d1e1ef61a597f12047b35c4 (patch)
tree0288915a623f689b6183470d94cdcdf0a5deb821 /tmk_core
parent27d2fb88ca8c2bc3564bd0915c8681be707813e6 (diff)
parentab3986a6847b0325c37d2b2063aba6bea9563378 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/suspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h
index 9d17d984ed..95845e4b63 100644
--- a/tmk_core/common/suspend.h
+++ b/tmk_core/common/suspend.h
@@ -14,5 +14,5 @@ void suspend_power_down_user(void);
void suspend_power_down_kb(void);
#ifndef USB_SUSPEND_WAKEUP_DELAY
-# define USB_SUSPEND_WAKEUP_DELAY 200
+# define USB_SUSPEND_WAKEUP_DELAY 0
#endif