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