diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2021-04-20 19:08:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 10:08:29 -0700 |
commit | c922fc2cf35b4a45b673fa5343a9a96fc05a7856 (patch) | |
tree | 80cb7cffbf366faf8e19b978e3498e688f47d72e /keyboards/kinesis/kint2pp/config.h | |
parent | 3d32cbb0dccf44176bfafec35dfabb451c71b9bc (diff) |
[Keyboard] kint2pp: reduce input latency by ≈10ms (#12625)
Diffstat (limited to 'keyboards/kinesis/kint2pp/config.h')
-rw-r--r-- | keyboards/kinesis/kint2pp/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/kinesis/kint2pp/config.h b/keyboards/kinesis/kint2pp/config.h index 902c9b24a0..ff5761b6bc 100644 --- a/keyboards/kinesis/kint2pp/config.h +++ b/keyboards/kinesis/kint2pp/config.h @@ -36,3 +36,7 @@ #define DEBOUNCE 5 #define IGNORE_MOD_TAP_INTERRUPT + +// Reduce input latency by lowering the USB polling interval +// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows: +#define USB_POLLING_INTERVAL_MS 1 |