summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2016-07-18 08:46:04 +0200
committerGergely Nagy <algernon@madhouse-project.org>2016-07-18 08:57:30 +0200
commit53eb36c085dafc1305de77de629eb157a0a8ef8f (patch)
tree1263862630d30005635dd68933530328fdc8ccd1 /keyboards/ergodox_ez/keymaps/algernon/Makefile
parent9ecf9073b96799e52a1f1c0d35b57177382902ce (diff)
downloadqmk_firmware-53eb36c085dafc1305de77de629eb157a0a8ef8f.tar.gz
qmk_firmware-53eb36c085dafc1305de77de629eb157a0a8ef8f.tar.xz
ergodox_ez: Update my keymap to v1.3
This updates my ErgoDox EZ layout to v1.3, which has the following noteworthy changes: * Added support for logging keys, by pressing `LEAD d`. Also included is a tool to generate a **heatmap** out of the logs. * The arrow and navigation keys were rearranged again, and now require an additional key being held to activate. See the **base layer** for an image that shows where arrows are. * The **experimental** layer has been redone, and is now called **ADORE**, and as such, can be enabled by `LEAD a` now. * Switching between Dvorak and ADORE is now persisted into EEPROM, and survives a reboot. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/algernon/Makefile')
-rw-r--r--keyboards/ergodox_ez/keymaps/algernon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/algernon/Makefile b/keyboards/ergodox_ez/keymaps/algernon/Makefile
index cd7e9e9d2..005f9750c 100644
--- a/keyboards/ergodox_ez/keymaps/algernon/Makefile
+++ b/keyboards/ergodox_ez/keymaps/algernon/Makefile
@@ -3,6 +3,9 @@ COMMAND_ENABLE=no
SLEEP_LED_ENABLE=no
UNICODE_ENABLE=no
FORCE_NKRO ?= yes
+DEBUG_ENABLE = no
+CONSOLE_ENABLE = yes
+TAP_DANCE_ENABLE = yes
ifeq (${FORCE_NKRO},yes)
OPT_DEFS += -DFORCE_NKRO