Explorar o código

Set default for USB_SUSPEND_WAKEUP_DELAY to 0/disabled (#12081)

Drashna Jaelre %!s(int64=4) %!d(string=hai) anos
pai
achega
ab3986a684
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tmk_core/common/suspend.h

+ 1 - 1
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