summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorFelix Uhl <iFreilicht@users.noreply.github.com>2016-08-18 12:02:31 +0200
committerGitHub <noreply@github.com>2016-08-18 12:02:31 +0200
commited6ecff292eae378eb89bf6a7b5b8dd4229b84b7 (patch)
treeb2290e1a983134e0d7fc2f328eb949c37d99961c /keyboards/ergodox/keymaps/algernon/Makefile
parent73f13c8f26f7f3777cec9d3036628a7dd6021ee9 (diff)
parent8144ce8852f690d5772d80ed2b96ae4af201e266 (diff)
Merge pull request #1 from jackhumbert/master
Merging from base Repo
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