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:
Pete Johanson 2025-04-21 00:47:39 -06:00 committed by GitHub
parent c4ee8ab86b
commit 00ff486931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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