diff options
author | Erez Zukerman <bulk@ezuk.org> | 2016-09-05 20:32:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 20:32:46 -0400 |
commit | 45d68486a28c847af4fa220e2a689b79b0671f73 (patch) | |
tree | 15d9d0fe0daceb86f9dd22fd0120017654669e2a /keyboards/ergodox/keymaps/algernon/Makefile | |
parent | 0468093b12a545d5cf8233963654c967a7b83adb (diff) | |
parent | f512179e66e4d4dfbcc92c6ba1aaa1b6cf1ef12b (diff) |
Merge pull request #678 from algernon/ergodox-ez/algernon
ergodox: Update algernon's keymap to v1.6
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) |