diff --git a/hidboot.h b/hidboot.h index ba6f3d21..3350f552 100644 --- a/hidboot.h +++ b/hidboot.h @@ -463,7 +463,7 @@ uint8_t HIDBoot::Poll() if (qNextPollTime <= millis()) { - qNextPollTime = millis() + 50; + qNextPollTime = millis() + 10; const uint8_t const_buff_len = 16; uint8_t buf[const_buff_len];