]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox_ez/readme.md
[Keyboard] Refactor handwired/splittest to support multiple boards (#6373)
[qmk_firmware.git] / keyboards / ergodox_ez / readme.md
index ffde65c88b7b0df90ae60a1d96b21a9974187bc2..bce8ff3c6ffe8e082f0dd553d1f91c96cb125ddc 100644 (file)
@@ -10,7 +10,8 @@ Linux page].  Some distributions provide a binary, maybe called
 
 To flash the firmware:
 
-  - Build the firmware with `make keymapname`, for example `make default`
+  - Build the firmware with `make <keyboardname>:<keymapname>`, for example `make ergodox_ez:default`
+
   - This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g.
     `ergodox_ez_default.hex`
 
@@ -19,10 +20,12 @@ To flash the firmware:
   - Load the .hex file into it.
 
   - Press the Reset button by inserting a paperclip gently into the reset hole
-    in the top right corder.
+    in the top right corner.
 
   - Click the button in the Teensy app to download the firmware.
 
+See also [video demonstration](https://www.youtube.com/watch?v=9PyiGUO9_KQ) using Teensy in auto mode.
+
 To flash with ´teensy-loader-cli´:
 
   - Build the firmware with `make keymapname`, for example `make default`