summaryrefslogtreecommitdiff
path: root/tmk_core/common/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/suspend.h')
-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