From 00ff48693113ed74a3345aa1ac81fdea302b3a09 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 21 Apr 2025 00:47:39 -0600 Subject: [PATCH] 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. --- app/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Kconfig b/app/Kconfig index 301874fbb..6b4e3509a 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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