summaryrefslogtreecommitdiffstats
path: root/QUICK_START.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-02-07 16:39:01 +0100
committerJack Humbert <jack.humb@gmail.com>2016-02-07 16:39:01 +0100
commit623666888fd0235476c1024fb937399c2185431f (patch)
tree5b4c060902c5b43c53e4c66ea3237e7315ed3b64 /QUICK_START.md
parent5dc0d1dc20ecb36ac0295a409769c3e4c3f1e815 (diff)
parent8d785de796539ff54fa6c16d34c348d1c647b1f3 (diff)
downloadqmk_firmware-623666888fd0235476c1024fb937399c2185431f.tar.gz
qmk_firmware-623666888fd0235476c1024fb937399c2185431f.tar.xz
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
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 6be377db3..948308ca1 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.