feat(last-device): Update kconfigs

This commit is contained in:
Nick Conway 2025-06-21 11:58:21 -04:00
parent 4bad35c9ef
commit 8ecdebfd68
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_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"

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_LAST_DEVICE
bool
default y
depends on DT_HAS_ZMK_BEHAVIOR_LAST_DEVICE_ENABLED