forked from kofal.net/zmk
refactor: Move the DT based CDC ACM setup.
This commit is contained in:
committed by
Pete Johanson
parent
2c5d5fde51
commit
c5ab8a9444
@@ -17,6 +17,7 @@
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &cdc_acm_uart;
|
||||
zmk,kscan = &kscan;
|
||||
zmk,matrix_transform = &transform;
|
||||
/* TODO: Enable once we support the IC for underglow
|
||||
@@ -118,6 +119,10 @@
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
cdc_acm_uart: cdc_acm_uart {
|
||||
compatible = "zephyr,cdc-acm-uart";
|
||||
label = "CDC_ACM_0";
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
||||
Reference in New Issue
Block a user