Skip to content

Commit

Permalink
Remove the qmk#10088 hotfix for K20x MCU:s.
Browse files Browse the repository at this point in the history
It seems to _cause_ the issue it intended to solve there.
  • Loading branch information
firetech committed Jun 8, 2021
1 parent 17d0fad commit 947fee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmk_core/protocol/chibios/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ int main(void) {
/* Remote wakeup */
if (suspend_wakeup_condition()) {
usbWakeupHost(&USB_DRIVER);
# ifndef K20x
restart_usb_driver(&USB_DRIVER);
# endif
}
}
/* Woken up */
Expand Down

0 comments on commit 947fee8

Please sign in to comment.