aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/chibios.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-08-25 18:58:00 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commitb89b2030af655132e2708cbdffd7fb1b8e1aaeb4 (patch)
treef6d9d65da2b9f93ce0ad2f6a9e00293a1c6f4aa5 /tmk_core/chibios.mk
parentfa6cf8572736f16d2fe076c21546d08f258e145f (diff)
downloadfirmware-b89b2030af655132e2708cbdffd7fb1b8e1aaeb4.tar.gz
firmware-b89b2030af655132e2708cbdffd7fb1b8e1aaeb4.tar.bz2
firmware-b89b2030af655132e2708cbdffd7fb1b8e1aaeb4.zip
Kiibohd bootloader, take 2 (#10129)
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r--tmk_core/chibios.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index a218488a1..2bd53f0dc 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)