mirror of https://github.com/zmkfirmware/zmk.git
* To avoid spurious CDC ACM instances when usint CDC ACM for something other than logging, move to the approach used by Zephyr of using a snippet to redirect console output to a CDC ACM node added by the snippet. Remove all the existing static CDC ACM nodes. * Add new `zmk-usb-logging` snippet that mirrors the upstream `cdc-acm-logging` snippet, but still does our extra USB logging configuration. * Updated logging docs accordingly. Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Kconfig.board | ||
| Kconfig.defconfig | ||
| README.md | ||
| board.cmake | ||
| ferris_rev02.dts | ||
| ferris_rev02.keymap | ||
| ferris_rev02.yaml | ||
| ferris_rev02.zmk.yml | ||
| ferris_rev02_defconfig | ||
README.md
Building ZMK for the Ferris 0.2
Standard Build
west build -p -d build/ferris --board ferris_rev02
Flashing
west can be used to flash the board directly. Press the reset button once, and run:
west flash -d build/ferris