summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorwanleg <32079073+wanleg@users.noreply.github.com>2018-08-23 05:16:49 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-23 05:16:49 +0200
commit6d1536db1da117345156ed36255f10f235f0b915 (patch)
tree6fa5ba7d55bb6643739f4a2f1caf7cbb9bfbd49c /users
parent9064b424e9ba581f0ea2df7353ccdeef4f4a2ce7 (diff)
downloadqmk_firmware-6d1536db1da117345156ed36255f10f235f0b915.tar.gz
qmk_firmware-6d1536db1da117345156ed36255f10f235f0b915.tar.xz
Keymap: fix conditionals in userspace rules.mk (#3726)
* fix conditionals in rules.mk * minor keymap change
Diffstat (limited to 'users')
-rw-r--r--users/wanleg/rules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/wanleg/rules.mk b/users/wanleg/rules.mk
index 8dcc911ce..ac8676953 100644
--- a/users/wanleg/rules.mk
+++ b/users/wanleg/rules.mk
@@ -4,13 +4,8 @@ endif
SRC += wanleg.c tapdances.c
-ifndef TAP_DANCE_ENABLE
TAP_DANCE_ENABLE = yes
-endif
-
-ifndef MOUSEKEY_ENABLE
MOUSEKEY_ENABLE = yes
-endif
#If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
#run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed