summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin Call <hello@erincall.com>2017-11-26 12:19:29 -0800
committerJack Humbert <jack.humb@gmail.com>2017-11-26 17:56:16 -0500
commitb697e1bff3f0f3182970e4ba9f9284e1bc9651d5 (patch)
tree5bfb3b9f114537a54a3e7a3d14a812672add3533
parent833ec84921569ce8b2351cb48dac368bd9648e35 (diff)
Fix build instructions in the Dactyl readme0.5.174
Reflects the changes in #1784
-rw-r--r--keyboards/handwired/dactyl/readme.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/handwired/dactyl/readme.md b/keyboards/handwired/dactyl/readme.md
index f473b020e2..698ef29e01 100644
--- a/keyboards/handwired/dactyl/readme.md
+++ b/keyboards/handwired/dactyl/readme.md
@@ -12,8 +12,8 @@ Linux page]. Some distributions provide a binary, maybe called
To flash the firmware:
- - Build the firmware with `make handwired-dactyl-keymapname`, for example `make handwired-dactyl-default`
- - This will result in a hex file called `handwired_dactyl_keymapname.hex`, e.g.
+ - Build the firmware with `make handwired/dactyl:<keymapname>`, for example `make handwired/dactyl:default`
+ - This will result in a hex file called `handwired_dactyl_<keymapname>.hex`, e.g.
`handwired_dactyl_default.hex`
- Start the teensy loader.
@@ -30,7 +30,9 @@ To flash with ´teensy-loader-cli´:
- Build the firmware as above
- - Run `<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w handwired_dactyl_<keymap>.hex`
+ - Run `<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w handwired_dactyl_<keymapname>.hex`
+
+ - If you like, you can do both at once: `make handwired/dactyl:<keymapname>:teensy`
- Put the Teensy in firmware-loading mode:
* If your current layout has a RESET key, press it.