mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-28 17:45:17 +02:00
Update main.c (#8198)
This commit is contained in:
parent
1327208449
commit
eb9c2429c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user