aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2016-07-30 08:37:30 +0200
committerGergely Nagy <algernon@madhouse-project.org>2016-07-30 08:37:30 +0200
commit8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71 (patch)
tree66ef1559325eade53478a628ccaf77ac6106fc2a
parent0b7557b60fc5c4fbc356eb161fc51e075d3cb9fd (diff)
downloadqmk_firmware-8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71.tar.gz
qmk_firmware-8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71.zip
Update some obsolete references
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
-rw-r--r--Dockerfile2
-rw-r--r--Vagrantfile2
-rw-r--r--doc/TMK_README.md2
-rw-r--r--doc/VAGRANT_GUIDE.md4
-rw-r--r--keyboards/ergodox/keymaps/supercoder/readme.md2
-rw-r--r--keyboards/readme.md2
-rw-r--r--readme.md4
7 files changed, 9 insertions, 9 deletions
diff --git a/Dockerfile b/Dockerfile
index 96ace4ec6..578d009dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get install --no-install-recommends -y build-essential \
20RUN apt-get clean 20RUN apt-get clean
21RUN rm -rf /var/lib/apt/lists/* 21RUN rm -rf /var/lib/apt/lists/*
22 22
23ENV keyboard=ergodox_ez 23ENV keyboard=ergodox
24ENV keymap=default 24ENV keymap=default
25 25
26VOLUME /qmk 26VOLUME /qmk
diff --git a/Vagrantfile b/Vagrantfile
index 8cadeaddf..389b688ae 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -91,7 +91,7 @@ Vagrant.configure(2) do |config|
91 91
92 Or you can copy and paste the example line below. 92 Or you can copy and paste the example line below.
93 93
94 cd /vagrant; cd keyboards; cd ergodox_ez; make clean; make 94 cd /vagrant; cd keyboards; cd ergodox; make clean; make
95 95
96 96
97 EOT 97 EOT
diff --git a/doc/TMK_README.md b/doc/TMK_README.md
index 6164dacd3..f3d96717a 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
34* [atomic](keyboards/atomic/) - [Atomic] Ortholinear 60% keyboard 34* [atomic](keyboards/atomic/) - [Atomic] Ortholinear 60% keyboard
35 35
36### Ergodox EZ 36### Ergodox EZ
37* [ergodox_ez](keyboards/ergodox_ez) - [Ergodox_EZ] Assembled split keyboard 37* [ergodox_ez](keyboards/ergodox/ez) - [Ergodox_EZ] Assembled split keyboard
38 38
39## Other projects 39## Other projects
40 40
diff --git a/doc/VAGRANT_GUIDE.md b/doc/VAGRANT_GUIDE.md
index 62044b7f7..c9958e16b 100644
--- a/doc/VAGRANT_GUIDE.md
+++ b/doc/VAGRANT_GUIDE.md
@@ -20,7 +20,7 @@ See [/doc/keymap.md](/doc/keymap.md).
20 20
21## Flashing the firmware 21## Flashing the firmware
22 22
23The "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. 23The "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.
24 24
25If 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. 25If 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.
26 \ No newline at end of file 26
diff --git a/keyboards/ergodox/keymaps/supercoder/readme.md b/keyboards/ergodox/keymaps/supercoder/readme.md
index 97bf7f583..8ef96eddf 100644
--- a/keyboards/ergodox/keymaps/supercoder/readme.md
+++ b/keyboards/ergodox/keymaps/supercoder/readme.md
@@ -23,7 +23,7 @@ your own:
23 23
24``` 24```
25$ git clone https://github.com/jackhumbert/qmk_firmware.git 25$ git clone https://github.com/jackhumbert/qmk_firmware.git
26$ cd qmk_firmware/keyboards/ergodox_ez 26$ cd qmk_firmware/keyboards/ergodox
27$ git clone https://github.com/algernon/ergodox-supercoder.git keymaps/supercoder 27$ git clone https://github.com/algernon/ergodox-supercoder.git keymaps/supercoder
28$ make KEYMAP=supercoder 28$ make KEYMAP=supercoder
29``` 29```
diff --git a/keyboards/readme.md b/keyboards/readme.md
index e97986546..f6c90b1f6 100644
--- a/keyboards/readme.md
+++ b/keyboards/readme.md
@@ -17,7 +17,7 @@ What makes OLKB keyboards shine is a combo of lean aesthetics, compact size, and
17 17
18Made in Taiwan using advanced robotic manufacturing, the ErgoDox EZ is a fully-assembled, premium ergonomic keyboard. Its split design allows you to place both halves shoulder width, and its custom-made wrist rests and tilt/tent kit make for incredibly comfortable typing. Available on [ergodox-ez.com](https://ergodox-ez.com). 18Made in Taiwan using advanced robotic manufacturing, the ErgoDox EZ is a fully-assembled, premium ergonomic keyboard. Its split design allows you to place both halves shoulder width, and its custom-made wrist rests and tilt/tent kit make for incredibly comfortable typing. Available on [ergodox-ez.com](https://ergodox-ez.com).
19 19
20* [ErgoDox EZ](/keyboards/ergodox_ez/) - Our one and only product. Yes, it's that awesome. Comes with either printed or blank keycaps, and 7 different keyswitch types. 20* [ErgoDox EZ](/keyboards/ergodox/) - Our one and only product. Yes, it's that awesome. Comes with either printed or blank keycaps, and 7 different keyswitch types.
21 21
22### Clueboard - Zach White 22### Clueboard - Zach White
23 23
diff --git a/readme.md b/readme.md
index 45af1b0c3..c3d866f36 100644
--- a/readme.md
+++ b/readme.md
@@ -82,9 +82,9 @@ If this is a bit complex for you, Docker might be the turn-key solution you need
82```bash 82```bash
83# You'll run this every time you want to build a keymap 83# You'll run this every time you want to build a keymap
84# modify the keymap and keyboard assigment to compile what you want 84# modify the keymap and keyboard assigment to compile what you want
85# defaults are ergodox_ez/default 85# defaults are ergodox/default
86 86
87docker run -e keymap=gwen -e keyboard=ergodox_ez --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware 87docker run -e keymap=gwen -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
88 88
89``` 89```
90 90