-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
# --- TAIPO SETTINGS --- | ||
|
||
# the number of combos that can be active at the same time. Default 4. | ||
CONFIG_ZMK_COMBO_MAX_PRESSED_COMBOS=8 | ||
|
||
# the maximum number of combos that can be active on a key position. Defaults to 5. | ||
# (So you can have 5 separate combos that use position 3 for example) | ||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=16 | ||
|
||
# the maximum number of keys that need to be pressed to activate a combo. Default 4. | ||
# If you want a combo that triggers when pressing 5 keys, you'd set this to 5 for example. | ||
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=8 | ||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=30 |