diff options
author | Xyverz <xyverz@gmail.com> | 2016-08-13 19:51:49 -0700 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2016-08-13 19:51:49 -0700 |
commit | 1920c290a441db1355aa4b610539d0911c7d1477 (patch) | |
tree | 66aed6a6cf3cdaab43d204afcaa5c2042a5894b0 /keyboards/ergodox/keymaps/algernon/Makefile | |
parent | e87506767cec6410d1a93c15d68452815c9c3553 (diff) | |
parent | 6323f3d1e74350ef52dddc1f31d8b36ba637d254 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/algernon/Makefile | 7 |
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 |