fix(split): Enable wired split by default if DTS is set (#3010)

Remove the previous condition on ZMK_SPLIT_WIRED that only enabled it if
!ZMK_BLE. We'll defer to the `depends on` to ensure the DTS exists to
use wired split to make that decision on enabling the feature.
This commit is contained in:
Pete Johanson
2025-07-30 11:43:46 -06:00
committed by GitHub
parent 1bac680c4f
commit 1530ae36c2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ config ZMK_SPLIT_BLE
config ZMK_SPLIT_WIRED
bool "Wired Split"
default y if !ZMK_SPLIT_BLE
default y
depends on DT_HAS_ZMK_WIRED_SPLIT_ENABLED
select SERIAL
select RING_BUFFER