fix(boards): Assign preonic_rev3 chosen console
Quick fix to make USB-logging work on the Preonic.
This commit is contained in:
parent
275c0ce271
commit
b120daa16a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &cdc_acm_uart;
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix-transform = &layout_grid_transform;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue