diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-30 02:53:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 02:53:29 -0400 |
commit | 7775f3e4b3309f3102bf9d887a79514a67d18da6 (patch) | |
tree | 66ef1559325eade53478a628ccaf77ac6106fc2a /doc | |
parent | 0b7557b60fc5c4fbc356eb161fc51e075d3cb9fd (diff) | |
parent | 8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71 (diff) | |
download | qmk_firmware-7775f3e4b3309f3102bf9d887a79514a67d18da6.tar.gz qmk_firmware-7775f3e4b3309f3102bf9d887a79514a67d18da6.zip |
Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodox
Update some obsolete references
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TMK_README.md | 2 | ||||
-rw-r--r-- | doc/VAGRANT_GUIDE.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/TMK_README.md b/doc/TMK_README.md index 6164dacd3c..f3d96717a8 100644 --- a/doc/TMK_README.md +++ b/doc/TMK_README.md @@ -34,7 +34,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di * [atomic](keyboards/atomic/) - [Atomic] Ortholinear 60% keyboard ### Ergodox EZ -* [ergodox_ez](keyboards/ergodox_ez) - [Ergodox_EZ] Assembled split keyboard +* [ergodox_ez](keyboards/ergodox/ez) - [Ergodox_EZ] Assembled split keyboard ## Other projects diff --git a/doc/VAGRANT_GUIDE.md b/doc/VAGRANT_GUIDE.md index 62044b7f72..c9958e16b5 100644 --- a/doc/VAGRANT_GUIDE.md +++ b/doc/VAGRANT_GUIDE.md @@ -20,7 +20,7 @@ See [/doc/keymap.md](/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](/keyboards/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](/keyboards/ergodox/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. -
\ No newline at end of file + |