Skip to content

Commit

Permalink
[Keyboard] Macropad v2 polling rate fix (#13129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddy17 authored Aug 13, 2021
1 parent 4db9aa6 commit 74c9c3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/geekboards/macropad_v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@

#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

/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0

#define TAP_CODE_DELAY 10

0 comments on commit 74c9c3e

Please sign in to comment.