2
0

rules.mk 418 B

1234567891011121314
  1. ifeq ($(strip $(KEYBOARD)), lets_split_rev2)
  2. SRC += ../../keyboards/lets_split/lets_split.c
  3. endif
  4. SRC += wanleg.c tapdances.c
  5. TAP_DANCE_ENABLE = yes
  6. MOUSEKEY_ENABLE = yes
  7. #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
  8. #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
  9. ifeq ($(strip $(dfu)), qmk)
  10. BOOTLOADER = qmk-dfu
  11. endif