aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon/Makefile
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-09-25 16:36:30 -0500
committerIBNobody <ibnobody@gmail.com>2016-09-25 16:36:30 -0500
commit24a953ae64adc8e0c26059fbe76088eb65d90d9e (patch)
tree590591f00a3782b43253a1321220c7652cd9799b /keyboards/ergodox/keymaps/algernon/Makefile
parentf956802f29aaa3da0d86d56f42986d456bae717b (diff)
parent67252625165ffa0a08e723a52562a853aa4b496b (diff)
downloadfirmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.tar.gz
firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.tar.bz2
firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.zip
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'keyboards/ergodox/keymaps/algernon/Makefile')
-rw-r--r--keyboards/ergodox/keymaps/algernon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/algernon/Makefile b/keyboards/ergodox/keymaps/algernon/Makefile
index 7c2b3ad97..699add3dd 100644
--- a/keyboards/ergodox/keymaps/algernon/Makefile
+++ b/keyboards/ergodox/keymaps/algernon/Makefile
@@ -7,7 +7,7 @@ CONSOLE_ENABLE = no
TAP_DANCE_ENABLE = yes
KEYLOGGER_ENABLE ?= yes
UCIS_ENABLE = yes
-MOUSEKEY_ENABLE ?= yes
+MOUSEKEY_ENABLE = no
AUTOLOG_ENABLE ?= no
@@ -25,6 +25,8 @@ OPT_DEFS += -DKEYLOGGER_ENABLE
CONSOLE_ENABLE = yes
endif
+OPT_DEFS += -DUSER_PRINT
+
KEYMAP_VERSION = $(shell \
if [ -d "${KEYMAP_PATH}/.git" ]; then \
cd "${KEYMAP_PATH}" && git describe --abbrev=6 --dirty --always --tags --match 'v*' 2>/dev/null; \