Skip to content

Commit

Permalink
fix(boards): Assign preonic_rev3 chosen console
Browse files Browse the repository at this point in the history
Quick fix to make USB-logging work on the Preonic.
  • Loading branch information
senseored authored Jan 27, 2024
1 parent 275c0ce commit b120daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/arm/preonic/preonic_rev3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit b120daa

Please sign in to comment.