mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
[Keyboard] Macropad v2 polling rate fix (#13129)
This commit is contained in:
parent
4db9aa65b2
commit
74c9c3e9c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user