fix(combos): Restore prompts for two deprecated Kconfigs (#2926)
Restore prompts for deprecated combo Kconfig symbols, to avoid errors for existing builds that set them explicitly.
This commit is contained in:
parent
c4ee8ab86b
commit
00ff486931
1 changed files with 2 additions and 2 deletions
|
|
@ -444,13 +444,13 @@ config ZMK_COMBO_MAX_PRESSED_COMBOS
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config ZMK_COMBO_MAX_COMBOS_PER_KEY
|
config ZMK_COMBO_MAX_COMBOS_PER_KEY
|
||||||
int
|
int "Deprecated: Max combos per key"
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Deprecated: Storage for combos is now determined automatically
|
Deprecated: Storage for combos is now determined automatically
|
||||||
|
|
||||||
config ZMK_COMBO_MAX_KEYS_PER_COMBO
|
config ZMK_COMBO_MAX_KEYS_PER_COMBO
|
||||||
int
|
int "Deprecated: Max keys per combo"
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Deprecated: This is now auto-calculated based on `key-positions` in devicetree
|
Deprecated: This is now auto-calculated based on `key-positions` in devicetree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue