summaryrefslogtreecommitdiff
path: root/keyboard/ergodox_ez/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorGergely Nagy2016-06-14 17:28:54 +0200
committerJack Humbert2016-06-14 11:28:54 -0400
commit1d1ced53c7cec5da2ce21bdd405d1e20bd474321 (patch)
tree126dbcbae3c6fc6cbe272c135b23da6d15877c3b /keyboard/ergodox_ez/keymaps/algernon/Makefile
parent4815b97addec461d6b142d008170bcb2a51fe2f0 (diff)
Update the ergodox-ez/algernon keymap (#409)
Compared to the previous version, the following noteworthy changes have been made to the keymap: * The keyboard starts in NKRO mode, bootmagic and other things are disabled. * A STENO layer was added, to be used with Plover. * An experimental layout was added, something halfway between Dvorak and Capewell-Dvorak. A work in progress. * `LEAD y` types \o/. * Some keys on the BASE layer have been moved around: - `?` moved to the left pinky, left of `Q`. - `=` shifted one row down, but `F11` stayed where it was. - `-` on the left half was replaced by `Tab`. - `Tab`'s original position is taken by a `Media Next`/`Media Prev` key. - `:` now inputs `;` when shifted. * `ESC` cancels the **HUN** layer too, not just modifiers. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'keyboard/ergodox_ez/keymaps/algernon/Makefile')
-rw-r--r--keyboard/ergodox_ez/keymaps/algernon/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/keymaps/algernon/Makefile b/keyboard/ergodox_ez/keymaps/algernon/Makefile
index 34e574220..3db507c8f 100644
--- a/keyboard/ergodox_ez/keymaps/algernon/Makefile
+++ b/keyboard/ergodox_ez/keymaps/algernon/Makefile
@@ -2,3 +2,7 @@ BOOTMAGIC_ENABLE=no
COMMAND_ENABLE=no
SLEEP_LED_ENABLE=no
UNICODE_ENABLE=no
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif