fix(boards): Assign preonic_rev3 chosen console

Quick fix to make USB-logging work on the Preonic.
This commit is contained in:
senseored 2024-01-27 16:18:45 +01:00 committed by GitHub
parent 275c0ce271
commit b120daa16a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};