Skip to content

Commit

Permalink
Fix leader key config
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Sep 16, 2024
1 parent 8dba81d commit 4ddbb06
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
};

&leader { // leader-key config
timeout-ms = <220>;
timeout-ms = <650>;
};

/* Homerow mods */
Expand Down
4 changes: 4 additions & 0 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ CONFIG_CUSTOM_WIDGET_LAYER_STATUS_HIDE_HEADING=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

# Leader config, automated by build script
CONFIG_ZMK_LEADER_MAX_SEQUENCES_PER_KEY=27
CONFIG_ZMK_LEADER_MAX_KEYS_PER_SEQUENCE=2

# Bluetooth tweaks
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
Expand Down
4 changes: 4 additions & 0 deletions config/glove80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

# Leader config, automated by build script
CONFIG_ZMK_LEADER_MAX_SEQUENCES_PER_KEY=27
CONFIG_ZMK_LEADER_MAX_KEYS_PER_SEQUENCE=2

# Bluetooth tweaks
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
Expand Down
4 changes: 4 additions & 0 deletions config/planck_rev6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ CONFIG_ZMK_KEYBOARD_NAME="Planck Rev6"
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

# Leader config, automated by build script
CONFIG_ZMK_LEADER_MAX_SEQUENCES_PER_KEY=27
CONFIG_ZMK_LEADER_MAX_KEYS_PER_SEQUENCE=2

# Enable mouse
CONFIG_ZMK_MOUSE=y

0 comments on commit 4ddbb06

Please sign in to comment.