summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authordbroqua <dbroqua@mousur.org>2016-09-19 13:26:18 +0200
committerdbroqua <dbroqua@mousur.org>2016-09-19 13:26:18 +0200
commit21b6e4c1f3225fed55926a4e6be2888d17fe5fd2 (patch)
tree63504b528703a65c4addda6658a701e405bba44c /keyboards/ergodox/keymaps/algernon/Makefile
parent94af0194ddfe8f8a3069c926170d8995de5c1781 (diff)
parentc438a2a265b366c8e4594ce561feb896018983f0 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/Makefile')
-rw-r--r--keyboards/ergodox/keymaps/algernon/Makefile9
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)