diff options
author | Cem Aksoylar <[email protected]> | 2024-11-25 14:19:13 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-25 17:19:13 -0500 |
commit | 230b860f31063774c3bcc19afb6f92479462de24 (patch) | |
tree | 5868605de176df5d24f08914f11495d7cf8579f7 | |
parent | d39941dfbe079ef28711e5eeae87e65414574770 (diff) | |
download | zmk-230b860f31063774c3bcc19afb6f92479462de24.tar.gz zmk-230b860f31063774c3bcc19afb6f92479462de24.zip |
fix(boards): Disable uart serial node in Xiao BLE by default (#2672)
-rw-r--r-- | app/boards/seeeduino_xiao_ble.overlay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/boards/seeeduino_xiao_ble.overlay b/app/boards/seeeduino_xiao_ble.overlay index f6a608582e..3b7710ef63 100644 --- a/app/boards/seeeduino_xiao_ble.overlay +++ b/app/boards/seeeduino_xiao_ble.overlay @@ -19,6 +19,8 @@ }; }; +&xiao_serial { status = "disabled"; }; + &adc { status = "okay"; }; |