summaryrefslogtreecommitdiff
path: root/QUICK_START.md
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-02-06 19:49:52 -0500
committerChristopher Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-02-06 19:49:52 -0500
commit04759d63ef9b520fc41d76de64bb65198448fc1c (patch)
tree068d4142aabae57e09e31d21be5bbb20f496e801 /QUICK_START.md
parentfe1519de0750acb8377abbbcb4b47b766c11df9e (diff)
parent240e8c634050558a98216691966dfdfab0a29c49 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'QUICK_START.md')
-rw-r--r--QUICK_START.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/QUICK_START.md b/QUICK_START.md
index 6be377db3c..948308ca11 100644
--- a/QUICK_START.md
+++ b/QUICK_START.md
@@ -20,6 +20,6 @@ See [doc/keymap.md](tmk_core/doc/keymap.md).
## Flashing the firmware
-The "easy" way to flash the firmware is using a tool from your host OS like the Teensy programming app. [ErgoDox EZ](keyboard/ergodox_ez/README.md) gives a great example.
+The "easy" way to flash the firmware is using a tool from your host OS like the Teensy programming app. [ErgoDox EZ](keyboard/ergodox_ez/readme.md) gives a great example.
If you want to program via the command line you can uncomment the ['modifyvm'] lines in the Vagrantfile to enable the USB passthrough into Linux and then program using the command line tools like dfu-util/dfu-programmer or you can install the Teensy CLI version.