Skip to content

Commit 947fee8

Browse files
committed
Remove the qmk#10088 hotfix for K20x MCU:s.
It seems to _cause_ the issue it intended to solve there.
1 parent 17d0fad commit 947fee8

File tree

1 file changed

+2
-0
lines changed
  • tmk_core/protocol/chibios

1 file changed

+2
-0
lines changed

tmk_core/protocol/chibios/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ int main(void) {
226226
/* Remote wakeup */
227227
if (suspend_wakeup_condition()) {
228228
usbWakeupHost(&USB_DRIVER);
229+
# ifndef K20x
229230
restart_usb_driver(&USB_DRIVER);
231+
# endif
230232
}
231233
}
232234
/* Woken up */

0 commit comments

Comments
 (0)