aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Brait <andrebrait@gmail.com>2021-07-16 01:06:23 +0200
committerGitHub <noreply@github.com>2021-07-16 09:06:23 +1000
commitc330fa725d6056827fcb2aaa5c23a2137574b2a4 (patch)
tree9d25e47f206c79f6840135259bbe06eba99ebe9f
parent68b1ef2d1d35b2f48a7fce90bde29be5022ab917 (diff)
downloadqmk_firmware-c330fa725d6056827fcb2aaa5c23a2137574b2a4.tar.gz
qmk_firmware-c330fa725d6056827fcb2aaa5c23a2137574b2a4.zip
Set some default configurations for GMMK Pro (#13219)
* Set some default configurations for GMMK Pro * Remove FORCE_NKRO to avoid issues with KVMs
-rw-r--r--keyboards/gmmk/pro/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/config.h b/keyboards/gmmk/pro/config.h
index ab3c7a7a2..7f3977c10 100644
--- a/keyboards/gmmk/pro/config.h
+++ b/keyboards/gmmk/pro/config.h
@@ -46,3 +46,12 @@
46#define LOCKING_SUPPORT_ENABLE 46#define LOCKING_SUPPORT_ENABLE
47/* Locking resynchronize hack */ 47/* Locking resynchronize hack */
48#define LOCKING_RESYNC_ENABLE 48#define LOCKING_RESYNC_ENABLE
49
50/* 1000Hz USB polling - it's the default on stock firmware */
51#define USB_POLLING_INTERVAL_MS 1
52
53/* Send up to 4 key press events per scan */
54#define QMK_KEYS_PER_SCAN 4
55
56/* Set debounce time to 5ms */
57#define DEBOUNCE 5