mirror of https://github.com/zmkfirmware/zmk.git
feat(dynamic-macros): update kconfig files
This commit is contained in:
parent
5b01d7a89e
commit
a1b1d7cb22
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue