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