2018-06-29 23:58:38 +02:00
|
|
|
TAP_DANCE_ENABLE = yes # Enable Tap Dance (comment if not being implemented)
|
2017-12-29 02:58:36 +01:00
|
|
|
|
2018-06-29 23:58:38 +02:00
|
|
|
#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
|