diff options
| author | Ryan <fauxpark@gmail.com> | 2020-08-12 12:28:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 12:28:20 +1000 |
| commit | e2d4cd1a41c667da186891e3dbaf535c6b0717df (patch) | |
| tree | 8ae44fc6f6b80efb522ca523862ce511eab1161e /tmk_core/chibios.mk | |
| parent | 98e1e18f6bcae6977ef56747243158eb94c6bd69 (diff) | |
| download | qmk_firmware-e2d4cd1a41c667da186891e3dbaf535c6b0717df.tar.gz qmk_firmware-e2d4cd1a41c667da186891e3dbaf535c6b0717df.zip | |
Add Kiibohd bootloader type to bootloader.mk (#9908)
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 09aaddeef..4c288646e 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
| @@ -324,7 +324,7 @@ bin: $(BUILD_DIR)/$(TARGET).bin sizeafter | |||
| 324 | flash: $(BUILD_DIR)/$(TARGET).bin cpfirmware sizeafter | 324 | flash: $(BUILD_DIR)/$(TARGET).bin cpfirmware sizeafter |
| 325 | ifneq ($(strip $(PROGRAM_CMD)),) | 325 | ifneq ($(strip $(PROGRAM_CMD)),) |
| 326 | $(PROGRAM_CMD) | 326 | $(PROGRAM_CMD) |
| 327 | else ifeq ($(strip $(BOOTLOADER)),dfu) | 327 | else ifeq ($(strip $(BOOTLOADER)),kiibohd) |
| 328 | $(call EXEC_DFU_UTIL) | 328 | $(call EXEC_DFU_UTIL) |
| 329 | else ifeq ($(strip $(MCU_FAMILY)),KINETIS) | 329 | else ifeq ($(strip $(MCU_FAMILY)),KINETIS) |
| 330 | $(call EXEC_TEENSY) | 330 | $(call EXEC_TEENSY) |
