diff options
author | Toni <jeder@mail1a.de> | 2016-08-15 19:48:53 +0200 |
---|---|---|
committer | Toni <jeder@mail1a.de> | 2016-08-15 19:48:53 +0200 |
commit | 5ecebc3a66946ac7579bcd3afdacdb61387412d1 (patch) | |
tree | c1c33b775064ee43a34e81ad859e5111975786e9 /keyboards/ergodox/keymaps/algernon/Makefile | |
parent | 5705a403205c0c1e7c585e1a2edda21e79134ee6 (diff) | |
parent | cc7acfb416d446a123d10d2c33c3344f1f684f1b (diff) |
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/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 |