Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-03-02 14:32:29 +00:00
commit 4c04c848b5
1 changed files with 1 additions and 1 deletions

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