diff options
author | Danny Nguyen <danny@80pct.com> | 2017-08-03 14:33:55 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-03 20:56:21 -0400 |
commit | 479139f9d4ef981a2f10918f0fb5a2c148ca0c8b (patch) | |
tree | 29f6ed84e45aedda0431c0bb2176f1621f2dad7a /keyboards/orthodox | |
parent | e0caf94323d5cc0baae38af11984902fb1a5375f (diff) | |
download | firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.tar.gz firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.tar.bz2 firmware-479139f9d4ef981a2f10918f0fb5a2c148ca0c8b.zip |
Fix location of where the make command should be run
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r-- | keyboards/orthodox/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/readme.md b/keyboards/orthodox/readme.md index 57e940b0f..e1fbf94ba 100644 --- a/keyboards/orthodox/readme.md +++ b/keyboards/orthodox/readme.md @@ -96,7 +96,7 @@ the two halves, i.e. if your split keyboard has 3 rows in each half, then Flashing ------- -From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing. +From the `orthodox` directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing. Example: `make rev2-default-avrdude` |