Skip to content

Commit

Permalink
Increase debounce to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonCorsair committed Jan 18, 2022
1 parent 860db2a commit 5419ad9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keyboards/splitkb/kyria/keymaps/halcyoncorsair/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
#endif // TAPPING_TERM
#define TAPPING_TERM 200

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#ifdef DEBOUNCE
# undef DEBOUNCE
#endif
#define DEBOUNCE 6 // Default for kyria is 5

// Combos
#define COMBO_ONLY_FROM_LAYER 0

Expand Down

0 comments on commit 5419ad9

Please sign in to comment.