summaryrefslogtreecommitdiff
path: root/app/boards/arm/ferris/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/arm/ferris/README.md')
-rw-r--r--app/boards/arm/ferris/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/boards/arm/ferris/README.md b/app/boards/arm/ferris/README.md
new file mode 100644
index 0000000..2793c6f
--- /dev/null
+++ b/app/boards/arm/ferris/README.md
@@ -0,0 +1,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
+```