VUSB - Use correct endpoint poll for VIA (#16691)

zvecr-patch-1 0.16.6
Joel Challis 3 years ago committed by GitHub
parent 3502bbbd16
commit 047ef3cd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tmk_core/protocol/vusb/protocol.c

@ -158,7 +158,7 @@ void protocol_task(void) {
#ifdef RAW_ENABLE
usbPoll();
if (usbConfiguration && usbInterruptIsReady3()) {
if (usbConfiguration && usbInterruptIsReady4()) {
raw_hid_task();
}
#endif

Loading…
Cancel
Save