summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2016-12-22 03:08:55 +0100
committerGitHub <noreply@github.com>2016-12-22 03:08:55 +0100
commita81279158b7daf042505aed61f4b45e29ec3f7b2 (patch)
tree5eeaa9d950ba86a6c5092d7a796ccc36e29d8776 /keyboards
parent4e4f365c878e344fb6772685fe031d514d816ee3 (diff)
downloadqmk_firmware-a81279158b7daf042505aed61f4b45e29ec3f7b2.tar.gz
qmk_firmware-a81279158b7daf042505aed61f4b45e29ec3f7b2.tar.xz
Update readme.md
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox/readme.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md
index 3bbe98fd6..de1290829 100644
--- a/keyboards/ergodox/readme.md
+++ b/keyboards/ergodox/readme.md
@@ -1,5 +1,7 @@
# The Easy Way
+If you have an ErgoDox EZ, the absolute easiest way for you to customize your firmware is using the [graphical configurator](http://configure.ergodox-ez.com), which uses QMK under the hood.
+
If you can find firmware someone else has made that does what you want, that
is the easiest way to customize your ErgoDox. It requires no programming
experience or the setup of a build environment.
@@ -153,13 +155,10 @@ If you want to send a plain vanilla key, you can look up its code under `doc/key
There are external tools for customizing the layout, but those do not use
the featurs of this qmk firmware. These sites include:
- - [Massdrop configurator](https://keyboard-configurator.massdrop.com/ext/ergodox) for Ez
+ - The official [ErgoDox EZ configurator](http://configure.ergodox-ez.com)
+ - [Massdrop configurator](https://keyboard-configurator.massdrop.com/ext/ergodox) for EZ, works but not officially supported
- [Input Club configurator](https://input.club/configurator-ergodox) for Infinity, provides left and right files
You can also find an existing firmware that you like, for example from:
- [Dozens of community-contributed keymaps](http://qmk.fm/keyboards/ergodox/)
-
-This qmk firmware also provides the ability to customize keymaps, but requires
-a toolchain to build the firmware. See below for instructions on building
-firmware and customizing keymaps.