diff options
Diffstat (limited to 'users')
-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 8dcc911cef..ac86769538 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 |