aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesse Vincent <jesse@fsck.com>2017-09-08 00:39:40 -0400
committerGitHub <noreply@github.com>2017-09-08 00:39:40 -0400
commit0ee5a937a5026b64e82492c396b8fbcb2b4052de (patch)
treeb0fdaaa7bbee3dae5fa70f5ab71d840420c98647 /README.md
parentMerge pull request #13 from cdisselkoen/improved-flashing-docs (diff)
downloadkeyboardio-model01-0ee5a937a5026b64e82492c396b8fbcb2b4052de.tar.gz
keyboardio-model01-0ee5a937a5026b64e82492c396b8fbcb2b4052de.tar.bz2
keyboardio-model01-0ee5a937a5026b64e82492c396b8fbcb2b4052de.zip
A couple explanatory notes suggested by Jennifer Leigh
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 641a9ff..c396e87 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,8 @@ git clone https://github.com/keyboardio/Model01-Firmware.git
# Build and flash the firmware
+Before you begin, make sure your Model 01 is connected to your computer.
+
### Option 1: From the command line
```sh
@@ -60,15 +62,16 @@ cd Model01-Firmware
make flash
```
-When the builder tells you to hit Enter to continue, hold down "Prog" on your keyboard and hit Enter.
+When the builder tells you to hit Enter to continue, hold down "Prog" in the top left corner of your keyboard and hit Enter.
### Option 2: From the Arduino IDE
+
Open the sketch you wish to flash (for example, `Model01-Firmware.ino`).
Click the Upload button or press `Ctrl-U`.
-Hold down "Prog" on your keyboard, particularly when the compile finishes and the upload begins.
+Hold down the "Prog" key in the top left corner of your keyboard, until the compile finishes and the upload begins.
# Thanks!