Skip to content

Commit

Permalink
VUSB - Use correct endpoint poll for VIA (qmk#16691)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Mar 19, 2022
1 parent 3502bbb commit 047ef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/vusb/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void protocol_task(void) {
#ifdef RAW_ENABLE
usbPoll();

if (usbConfiguration && usbInterruptIsReady3()) {
if (usbConfiguration && usbInterruptIsReady4()) {
raw_hid_task();
}
#endif
Expand Down

0 comments on commit 047ef3c

Please sign in to comment.