diff options
| author | Sergey Omelchenko <ruddy.rudeman@gmail.com> | 2021-08-13 22:34:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-13 12:34:47 -0700 |
| commit | 74c9c3e9c25d7f2678ecd4dbe09b5d425f3884bf (patch) | |
| tree | 6fa989c29e73e115074aa2f7e786a4bf169bd90e /keyboards | |
| parent | 4db9aa65b27483f793582bb5428032fafd525e87 (diff) | |
| download | qmk_firmware-74c9c3e9c25d7f2678ecd4dbe09b5d425f3884bf.tar.gz qmk_firmware-74c9c3e9c25d7f2678ecd4dbe09b5d425f3884bf.zip | |
[Keyboard] Macropad v2 polling rate fix (#13129)
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/geekboards/macropad_v2/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h index 5f11cdddb..57675d639 100644 --- a/keyboards/geekboards/macropad_v2/config.h +++ b/keyboards/geekboards/macropad_v2/config.h | |||
| @@ -69,6 +69,7 @@ | |||
| 69 | 69 | ||
| 70 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true | 70 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true |
| 71 | #define WAIT_FOR_USB | 71 | #define WAIT_FOR_USB |
| 72 | #define USB_POLLING_INTERVAL_MS 1 | ||
| 72 | 73 | ||
| 73 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 74 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 74 | #define DEBOUNCE 3 | 75 | #define DEBOUNCE 3 |
| @@ -76,3 +77,5 @@ | |||
| 76 | /* Bootmagic Lite key configuration */ | 77 | /* Bootmagic Lite key configuration */ |
| 77 | #define BOOTMAGIC_LITE_ROW 0 | 78 | #define BOOTMAGIC_LITE_ROW 0 |
| 78 | #define BOOTMAGIC_LITE_COLUMN 0 | 79 | #define BOOTMAGIC_LITE_COLUMN 0 |
| 80 | |||
| 81 | #define TAP_CODE_DELAY 10 | ||
