Skip to content

Commit

Permalink
increase combos
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Nov 30, 2024
1 parent 78dd3a2 commit 43d1c4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
include:
- board: nice_nano_v2
shield: ergoalex_right
# - board: nice_nano_v2
# shield: ergoalex_left
- board: nice_nano_v2
shield: ergoalex_left
# - board: nice_nano_v2
# shield: settings_reset

1 change: 1 addition & 0 deletions config/boards/shields/ergoalex/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@
};
};


2 changes: 1 addition & 1 deletion config/boards/shields/ergoalex/ergoalex.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=20
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=30
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y


2 changes: 1 addition & 1 deletion config/boards/shields/ergoalex/ergoalex_left.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=20
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=30
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
2 changes: 1 addition & 1 deletion config/boards/shields/ergoalex/ergoalex_right.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=20
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=30
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

0 comments on commit 43d1c4e

Please sign in to comment.