Skip to content

Commit

Permalink
Update main.c (qmk#8198)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiancar committed Feb 22, 2020
1 parent 1327208 commit eb9c242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/protocol/vusb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ int main(void) {
#endif
keyboard_setup();

keyboard_init();
host_set_driver(vusb_driver());

debug("initForUsbConnectivity()\n");
initForUsbConnectivity();

keyboard_init();

debug("main loop\n");
while (1) {
#if USB_COUNT_SOF
Expand Down

0 comments on commit eb9c242

Please sign in to comment.