summaryrefslogtreecommitdiffstats
path: root/keyboards/gherkin/keymaps/wanleg/rules.mk
blob: 7f2ff332771387791b5e2930c1d567461bab0a45 (plain)
1
2
3
4
5
6
7
TAP_DANCE_ENABLE = yes		# Enable Tap Dance (comment if not being implemented)

#If ProMicro has QMK DFU bootloader instead of Caterina,
#run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
ifeq ($(strip $(dfu)), qmk)
    BOOTLOADER = qmk-dfu
endif