mirror of https://github.com/zmkfirmware/zmk.git
feat(last-device): Update kconfigs
This commit is contained in:
parent
4bad35c9ef
commit
8ecdebfd68
|
|
@ -697,12 +697,6 @@ choice CBPRINTF_IMPLEMENTATION
|
|||
|
||||
endchoice
|
||||
|
||||
DT_COMPAT_ZMK_BEHAVIOR_LAST_DEVICE := zmk,behavior-last-device
|
||||
|
||||
config ZMK_BEHAVIOR_LAST_DEVICE
|
||||
bool
|
||||
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_BEHAVIOR_LAST_DEVICE))
|
||||
|
||||
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_LAST_DEVICE
|
||||
bool
|
||||
default y
|
||||
depends on DT_HAS_ZMK_BEHAVIOR_LAST_DEVICE_ENABLED
|
||||
|
|
|
|||
Loading…
Reference in New Issue