Skip to content

Commit

Permalink
Allow up to 20 combos per key
Browse files Browse the repository at this point in the history
I started having an issue where my RHS combo4_end wasn't working anymore.
  • Loading branch information
Tobias Brandt authored Mar 6, 2024
1 parent fe80a4b commit a825bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
# Turn on logging, and set ZMK logging to debug output
# CONFIG_ZMK_USB_LOGGING=y

# Allow up to 10 combos per key
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=10
# Allow up to 20 combos per key
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=20

0 comments on commit a825bd9

Please sign in to comment.