summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorJoshua T <joshua@sonofone.net>2016-08-24 23:46:52 -0500
committerJoshua T <joshua@sonofone.net>2016-08-24 23:46:52 -0500
commit42fa91a57dad18ccc3f6bf308f50b3f1e882dadd (patch)
treedae1290be66b6af1d498b0cf68fbef44f90d02be /keyboards/ergodox/keymaps/algernon/Makefile
parentcac69cb58029bf246b22038f034205afbedbc695 (diff)
parentad206155aa6f87de3fb9f0aefe60685ec12905a8 (diff)
Merge remote-tracking branch 'upstream/master'
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 6bf3976b9d..00194857ac 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