feat(dynamic-macros): update kconfig files

This commit is contained in:
Nick Conway 2025-06-17 12:14:22 -04:00
parent 5b01d7a89e
commit a1b1d7cb22
No known key found for this signature in database
GPG Key ID: AA850592E4C1D453
2 changed files with 5 additions and 6 deletions

View File

@ -697,12 +697,6 @@ choice CBPRINTF_IMPLEMENTATION
endchoice
DT_COMPAT_ZMK_BEHAVIOR_DYNAMIC_MACRO := zmk,behavior-dynamic-macro
config ZMK_BEHAVIOR_DYNAMIC_MACRO
bool
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_BEHAVIOR_DYNAMIC_MACRO))
module = ZMK
module-str = zmk
source "subsys/logging/Kconfig.template.log_config"

View File

@ -134,3 +134,8 @@ config ZMK_BEHAVIOR_MACRO
bool
default y
depends on DT_HAS_ZMK_BEHAVIOR_MACRO_ENABLED || DT_HAS_ZMK_BEHAVIOR_MACRO_ONE_PARAM_ENABLED || DT_HAS_ZMK_BEHAVIOR_MACRO_TWO_PARAM_ENABLED
config ZMK_BEHAVIOR_DYNAMIC_MACRO
bool
default y
depends on DT_HAS_ZMK_BEHAVIOR_DYNAMIC_MACRO_ENABLED