mirror of https://github.com/zmkfirmware/zmk.git
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
|
|
@ -444,13 +444,13 @@ config ZMK_COMBO_MAX_PRESSED_COMBOS
|
|||
default 4
|
||||
|
||||
config ZMK_COMBO_MAX_COMBOS_PER_KEY
|
||||
int
|
||||
int "Deprecated: Max combos per key"
|
||||
default 0
|
||||
help
|
||||
Deprecated: Storage for combos is now determined automatically
|
||||
|
||||
config ZMK_COMBO_MAX_KEYS_PER_COMBO
|
||||
int
|
||||
int "Deprecated: Max keys per combo"
|
||||
default 0
|
||||
help
|
||||
Deprecated: This is now auto-calculated based on `key-positions` in devicetree
|
||||
|
|
|
|||
Loading…
Reference in New Issue