]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Changes from review by @fredizzimo and @Xyverz
authorSean Reifschneider <jafo@tummy.com>
Mon, 22 Aug 2016 16:26:18 +0000 (10:26 -0600)
committerSean Reifschneider <jafo@tummy.com>
Mon, 22 Aug 2016 16:26:18 +0000 (10:26 -0600)
keyboards/ergodox/readme.md

index 349a0ce40c9199a6a5a163ce9acc4526cf5ff435..304f2b01f2db6c33359cb5cfbf8735fcec5e6aea 100644 (file)
@@ -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
 
@@ -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.
@@ -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.
@@ -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.