mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-18 15:23:28 +00:00
VUSB fix report dropping if usbInterruptIsReady() returns false
This commit is contained in:
committed by
Jack Humbert
parent
006abbfd6f
commit
8a27703ef4
@@ -59,6 +59,9 @@ void vusb_transfer_keyboard(void)
|
||||
print(")\n");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
usbPoll();
|
||||
vusb_transfer_keyboard();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user