Skip to content

Commit

Permalink
Changes from review by @fredizzimo and @Xyverz
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider committed Aug 22, 2016
1 parent d98e5dd commit 0418ecc
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions keyboards/ergodox/readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# Keymap Options

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
- [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.

# Customizing Keymaps

Expand Down Expand Up @@ -94,8 +79,6 @@ To flash the firmware:
The Infinity is two completely independent keyboards, and needs to be flashed
for the left and right halves seperately. To flash them:

- Remove the build directory with `rm -rf ../../.build`

- Build the firmware with `make keymap=keymapname subproject=infinity`

- Plug in the left hand keyboard only.
Expand All @@ -104,8 +87,6 @@ for the left and right halves seperately. To flash them:

- Install the firmware with `sudo make dfu-util keymap=keymapname subproject=infinity`

- Remove the left-hand build with `rm -rf ../../.build`

- Build left hand firmware with `make keymap=keymapname subproject=infinity MASTER=right`

- Plug in the right hand keyboard only.
Expand Down Expand Up @@ -133,3 +114,19 @@ Let's say you want a certain key in your layout to send a colon; to figure out w
That file contains a big list of all of the special, fancy keys (like, being able to send % on its own and whatnot).

If you want to send a plain vanilla key, you can look up its code under `doc/keycode.txt`. That's where all the boring keys hang out.

# Other Firmware Options

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
- [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.

0 comments on commit 0418ecc

Please sign in to comment.