|
|
|
@ -177,9 +177,9 @@ else ifeq ($(strip $(BOOTLOADER)), halfkay)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_TEENSY)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_TEENSY)
|
|
|
|
else ifeq (dfu,$(findstring dfu,$(BOOTLOADER)))
|
|
|
|
else ifeq (dfu,$(findstring dfu,$(BOOTLOADER)))
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_DFU)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_DFU)
|
|
|
|
else ifneq (,$(filter $(BOOTLOADER), usbasploader USBasp))
|
|
|
|
else ifeq ($(strip $(BOOTLOADER)), usbasploader)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_USBASP)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_USBASP)
|
|
|
|
else ifneq (,$(filter $(BOOTLOADER), bootloadhid bootloadHID))
|
|
|
|
else ifeq ($(strip $(BOOTLOADER)), bootloadhid)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_BOOTLOADHID)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_BOOTLOADHID)
|
|
|
|
else ifeq ($(strip $(BOOTLOADER)), qmk-hid)
|
|
|
|
else ifeq ($(strip $(BOOTLOADER)), qmk-hid)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_HID_LUFA)
|
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(call EXEC_HID_LUFA)
|
|
|
|
|