mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Disable uart serial node in Xiao BLE by default (#2672)
This commit is contained in:
parent
d39941dfbe
commit
230b860f31
|
|
@ -19,6 +19,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
&xiao_serial { status = "disabled"; };
|
||||
|
||||
&adc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue