diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-08-13 20:12:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-13 20:12:15 -0400 |
commit | 6323f3d1e74350ef52dddc1f31d8b36ba637d254 (patch) | |
tree | 6662aee6f2d4136269f47112d1eb3a58a146c2b7 /keyboards/ergodox/keymaps/algernon/Makefile | |
parent | 5ef3f05215ebc4d8709c861a9bba31d375a52014 (diff) | |
parent | b98d47abe544c68ffba745b6643a777f8f61a03c (diff) |
Merge pull request #623 from algernon/ergodox-ez/algernon
ergodox: Update my keymap to v1.5
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 |