diff options
author | Nick Brassel <nick@tzarc.org> | 2021-07-16 09:11:51 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-07-16 09:11:51 +1000 |
commit | 610788184a6ddc6f3aa8b45eb14c9784a01fa376 (patch) | |
tree | a15267cfff52dc6499894346d0231d347f84bd90 /keyboards | |
parent | 70267b35c357f2744262300db03eafe642159734 (diff) | |
parent | c330fa725d6056827fcb2aaa5c23a2137574b2a4 (diff) | |
download | qmk_firmware-610788184a6ddc6f3aa8b45eb14c9784a01fa376.tar.gz qmk_firmware-610788184a6ddc6f3aa8b45eb14c9784a01fa376.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/gmmk/pro/config.h | 8 |
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 |