aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/kinesis/kint2pp/config.h4
-rw-r--r--keyboards/kinesis/kint2pp/rules.mk3
2 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/kinesis/kint2pp/config.h b/keyboards/kinesis/kint2pp/config.h
index 902c9b24a..ff5761b6b 100644
--- a/keyboards/kinesis/kint2pp/config.h
+++ b/keyboards/kinesis/kint2pp/config.h
@@ -36,3 +36,7 @@
36#define DEBOUNCE 5 36#define DEBOUNCE 5
37 37
38#define IGNORE_MOD_TAP_INTERRUPT 38#define IGNORE_MOD_TAP_INTERRUPT
39
40// Reduce input latency by lowering the USB polling interval
41// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
42#define USB_POLLING_INTERVAL_MS 1
diff --git a/keyboards/kinesis/kint2pp/rules.mk b/keyboards/kinesis/kint2pp/rules.mk
index e69de29bb..7c48a98bf 100644
--- a/keyboards/kinesis/kint2pp/rules.mk
+++ b/keyboards/kinesis/kint2pp/rules.mk
@@ -0,0 +1,3 @@
1# Debounce eagerly (report change immediately), keep per-key timers. We can use
2# this because the kinT does not have to deal with noise.
3DEBOUNCE_TYPE = sym_eager_pk