Set some default configurations for GMMK Pro (#13219)

* Set some default configurations for GMMK Pro

* Remove FORCE_NKRO to avoid issues with KVMs
master
Andre Brait 2021-07-16 01:06:23 +02:00 committed by GitHub
parent 68b1ef2d1d
commit c330fa725d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

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