diff options
author | Ryan <fauxpark@gmail.com> | 2020-08-25 18:58:00 +1000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 03:41:26 -0700 |
commit | a29cb23322aa3685931fad114a7c0e28774019e0 (patch) | |
tree | b52a00934c518c304ee13aad34ee59aa8c8b3627 /tmk_core/chibios.mk | |
parent | a9087f8a17ddb4e0d06f940e9598852e8033328d (diff) |
Kiibohd bootloader, take 2 (#10129)
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r-- | tmk_core/chibios.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index a218488a19..2bd53f0dc8 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk @@ -386,7 +386,7 @@ bin: $(BUILD_DIR)/$(TARGET).bin sizeafter flash: $(BUILD_DIR)/$(TARGET).bin cpfirmware sizeafter ifneq ($(strip $(PROGRAM_CMD)),) $(PROGRAM_CMD) -else ifeq ($(strip $(BOOTLOADER)),dfu) +else ifeq ($(strip $(BOOTLOADER)),kiibohd) $(call EXEC_DFU_UTIL) else ifeq ($(strip $(MCU_FAMILY)),KINETIS) $(call EXEC_TEENSY) |