diff options
author | Drashna Jael're <drashna@live.com> | 2021-08-13 14:15:58 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-08-13 14:15:58 -0700 |
commit | 7ed235d15d58661d75f1ebf0e1a5eca44dc4132b (patch) | |
tree | a4f60382d1b94fb64dac58cae8a27126c3b10123 /keyboards/geekboards/macropad_v2 | |
parent | 854b292873902242869c030a838aed6d691ac51c (diff) | |
parent | af98005b0252cea38cccd28d7aa72109f3a28f52 (diff) | |
download | qmk_firmware-7ed235d15d58661d75f1ebf0e1a5eca44dc4132b.tar.gz qmk_firmware-7ed235d15d58661d75f1ebf0e1a5eca44dc4132b.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/geekboards/macropad_v2')
-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 d0e208f9b..4b0949ff9 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 | 70 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
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 | ||