Browse Source

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

pull/12083/head 0.12.9
Drashna Jaelre 3 years ago
committed by GitHub
parent
commit
ab3986a684
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/common/suspend.h

+ 1
- 1
tmk_core/common/suspend.h View File

@ -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

Loading…
Cancel
Save