mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(boards): Assign preonic_rev3 chosen console
Quick fix to make USB-logging work on the Preonic.
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
chosen {
|
chosen {
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
|
zephyr,console = &cdc_acm_uart;
|
||||||
zmk,kscan = &kscan0;
|
zmk,kscan = &kscan0;
|
||||||
zmk,matrix-transform = &layout_grid_transform;
|
zmk,matrix-transform = &layout_grid_transform;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user