diff options
author | IBNobody <ibnobody@gmail.com> | 2016-09-06 14:57:12 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-09-06 14:57:12 -0500 |
commit | ff53e167670cc760ba0110e632607766dd324412 (patch) | |
tree | c10cd73d05201238588e1538c0a5b5f80fda8e69 /keyboards/ergodox/keymaps/algernon/Makefile | |
parent | f16fece28330b65253047259a79670289b2bafd5 (diff) | |
parent | 8b0769fe5a615e0ed534187de79d09d668737313 (diff) | |
download | qmk_firmware-ff53e167670cc760ba0110e632607766dd324412.tar.gz qmk_firmware-ff53e167670cc760ba0110e632607766dd324412.zip |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/algernon/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/Makefile b/keyboards/ergodox/keymaps/algernon/Makefile index 00194857ac..7c2b3ad97c 100644 --- a/keyboards/ergodox/keymaps/algernon/Makefile +++ b/keyboards/ergodox/keymaps/algernon/Makefile @@ -1,22 +1,23 @@ BOOTMAGIC_ENABLE=no COMMAND_ENABLE=no SLEEP_LED_ENABLE=no -UNICODE_ENABLE=no FORCE_NKRO ?= yes DEBUG_ENABLE = no CONSOLE_ENABLE = no TAP_DANCE_ENABLE = yes KEYLOGGER_ENABLE ?= yes +UCIS_ENABLE = yes +MOUSEKEY_ENABLE ?= yes -ADORE_AUTOLOG ?= no +AUTOLOG_ENABLE ?= no ifeq (${FORCE_NKRO},yes) OPT_DEFS += -DFORCE_NKRO endif -ifeq (${ADORE_AUTOLOG},yes) +ifeq (${AUTOLOG_ENABLE},yes) KEYLOGGER_ENABLE = yes -OPT_DEFS += -DADORE_AUTOLOG +OPT_DEFS += -DAUTOLOG_ENABLE endif ifeq (${KEYLOGGER_ENABLE},yes) |