summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-07-16 09:11:51 +1000
committerNick Brassel <nick@tzarc.org>2021-07-16 09:11:51 +1000
commit610788184a6ddc6f3aa8b45eb14c9784a01fa376 (patch)
treea15267cfff52dc6499894346d0231d347f84bd90 /keyboards
parent70267b35c357f2744262300db03eafe642159734 (diff)
parentc330fa725d6056827fcb2aaa5c23a2137574b2a4 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/gmmk/pro/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/config.h b/keyboards/gmmk/pro/config.h
index 64062becea..1bb8d6eef7 100644
--- a/keyboards/gmmk/pro/config.h
+++ b/keyboards/gmmk/pro/config.h
@@ -63,3 +63,11 @@
#define DRIVER_2_LED_TOTAL 32
#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
+/* 1000Hz USB polling - it's the default on stock firmware */
+#define USB_POLLING_INTERVAL_MS 1
+
+/* Send up to 4 key press events per scan */
+#define QMK_KEYS_PER_SCAN 4
+
+/* Set debounce time to 5ms */
+#define DEBOUNCE 5