zmk/app/boards/shields/lily58/boards/stemcell.overlay
2022-02-16 11:56:01 +08:00

16 lines
170 B
Text

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
chosen {
zmk,split-serial = &usart2;
};
};
&usart2 {
status = "okay";
};