Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-03-19 17:41:15 +00:00
commit 223bc47658

View file

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