浏览代码

Set some default configurations for GMMK Pro (#13219)

* Set some default configurations for GMMK Pro

* Remove FORCE_NKRO to avoid issues with KVMs
Andre Brait 3 年之前
父节点
当前提交
c330fa725d
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      keyboards/gmmk/pro/config.h

+ 9 - 0
keyboards/gmmk/pro/config.h

@@ -46,3 +46,12 @@
 #define LOCKING_SUPPORT_ENABLE
 #define LOCKING_SUPPORT_ENABLE
 /* Locking resynchronize hack */
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 #define LOCKING_RESYNC_ENABLE
+
+/* 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