blob: 2793c6fac4e3853b007f5b84007f77198d49dc98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
```
|