From 74c9c3e9c25d7f2678ecd4dbe09b5d425f3884bf Mon Sep 17 00:00:00 2001 From: Sergey Omelchenko Date: Fri, 13 Aug 2021 22:34:47 +0300 Subject: [Keyboard] Macropad v2 polling rate fix (#13129) --- keyboards/geekboards/macropad_v2/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/geekboards') diff --git a/keyboards/geekboards/macropad_v2/config.h b/keyboards/geekboards/macropad_v2/config.h index 5f11cdddb0..57675d639c 100644 --- a/keyboards/geekboards/macropad_v2/config.h +++ b/keyboards/geekboards/macropad_v2/config.h @@ -69,6 +69,7 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED true #define WAIT_FOR_USB +#define USB_POLLING_INTERVAL_MS 1 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 3 @@ -76,3 +77,5 @@ /* Bootmagic Lite key configuration */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 0 + +#define TAP_CODE_DELAY 10 -- cgit v1.2.3