summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorToni <jeder@mail1a.de>2016-08-15 19:48:53 +0200
committerToni <jeder@mail1a.de>2016-08-15 19:48:53 +0200
commit5ecebc3a66946ac7579bcd3afdacdb61387412d1 (patch)
treec1c33b775064ee43a34e81ad859e5111975786e9 /keyboards/ergodox/keymaps/algernon/Makefile
parent5705a403205c0c1e7c585e1a2edda21e79134ee6 (diff)
parentcc7acfb416d446a123d10d2c33c3344f1f684f1b (diff)
downloadqmk_firmware-5ecebc3a66946ac7579bcd3afdacdb61387412d1.tar.gz
qmk_firmware-5ecebc3a66946ac7579bcd3afdacdb61387412d1.tar.xz
Merge remote-tracking branch 'origin/master' into iso_split_rshift
no idea what is merged
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/Makefile')
-rw-r--r--keyboards/ergodox/keymaps/algernon/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/Makefile b/keyboards/ergodox/keymaps/algernon/Makefile
index 6bf3976b9..00194857a 100644
--- a/keyboards/ergodox/keymaps/algernon/Makefile
+++ b/keyboards/ergodox/keymaps/algernon/Makefile
@@ -8,10 +8,17 @@ CONSOLE_ENABLE = no
TAP_DANCE_ENABLE = yes
KEYLOGGER_ENABLE ?= yes
+ADORE_AUTOLOG ?= no
+
ifeq (${FORCE_NKRO},yes)
OPT_DEFS += -DFORCE_NKRO
endif
+ifeq (${ADORE_AUTOLOG},yes)
+KEYLOGGER_ENABLE = yes
+OPT_DEFS += -DADORE_AUTOLOG
+endif
+
ifeq (${KEYLOGGER_ENABLE},yes)
OPT_DEFS += -DKEYLOGGER_ENABLE
CONSOLE_ENABLE = yes