Skip to content

Commit

Permalink
Set debounce to 10
Browse files Browse the repository at this point in the history
Try 20 if still seeing occasional chatter, and check soldering, etc
  • Loading branch information
epahl-atlassian committed Feb 22, 2022
1 parent 03403e2 commit a48f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/splitkb/kyria/keymaps/halcyoncorsair/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#ifdef DEBOUNCE
# undef DEBOUNCE
#endif
#define DEBOUNCE 3 // 6 // Default for kyria is 5
#define DEBOUNCE 10 // Default for kyria is 5

// Combos
#define COMBO_ONLY_FROM_LAYER 0
Expand Down

0 comments on commit a48f0c9

Please sign in to comment.