mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user