mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
VUSB - Use correct endpoint poll for VIA (#16691)
This commit is contained in:
parent
3502bbbd16
commit
047ef3cd12
|
@ -158,7 +158,7 @@ void protocol_task(void) {
|
|||
#ifdef RAW_ENABLE
|
||||
usbPoll();
|
||||
|
||||
if (usbConfiguration && usbInterruptIsReady3()) {
|
||||
if (usbConfiguration && usbInterruptIsReady4()) {
|
||||
raw_hid_task();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user