zmk/app/snippets/studio-rpc-usb-uart/studio-rpc-usb-uart.overlay
Peter Johanson fcbce8b445 feat(studio): Add studio-rpc-usb-uart snippet.
* Add an easy snippet for enabling USB UART added
   to the `zephyr_udc0` standard node.
2024-08-15 10:55:22 -06:00

18 lines
307 B
Text

/*
* Copyright (c) 2024 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
chosen {
zmk,studio-rpc-uart = &snippet_studio_rpc_usb_uart;
};
};
&zephyr_udc0 {
snippet_studio_rpc_usb_uart: snippet_studio_rpc_usb_uart {
compatible = "zephyr,cdc-acm-uart";
};
};