forked from mirrors/qmk_userspace
V-USB: Add generic send_report()
function (#22323)
This commit is contained in:
parent
3a74fa5bf7
commit
cbf538aaaa
3 changed files with 53 additions and 92 deletions
|
@ -153,7 +153,6 @@ void protocol_task(void) {
|
|||
if (usbConfiguration && usbInterruptIsReady()) {
|
||||
keyboard_task();
|
||||
}
|
||||
vusb_transfer_keyboard();
|
||||
|
||||
#ifdef RAW_ENABLE
|
||||
usbPoll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue