diff options
| author | 2018-08-22 20:16:49 -0700 | |
|---|---|---|
| committer | 2018-08-22 20:16:49 -0700 | |
| commit | 6d1536db1da117345156ed36255f10f235f0b915 (patch) | |
| tree | 6fa5ba7d55bb6643739f4a2f1caf7cbb9bfbd49c /users/wanleg | |
| parent | 9064b424e9ba581f0ea2df7353ccdeef4f4a2ce7 (diff) | |
| download | qmk_firmware-6d1536db1da117345156ed36255f10f235f0b915.tar.gz | |
Keymap: fix conditionals in userspace rules.mk (#3726)
* fix conditionals in rules.mk
* minor keymap change
Diffstat (limited to 'users/wanleg')
| -rw-r--r-- | users/wanleg/rules.mk | 5 |
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 |