diff options
| author | Nick Brassel <nick@tzarc.org> | 2020-08-22 08:42:28 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 15:42:28 -0700 |
| commit | 70ce4ba56f5d805e71c2b1de7334d6492b5e350a (patch) | |
| tree | b5ac7fc20ebae31861c24eeb56c7dc0acc4b7a19 /bootloader.mk | |
| parent | 1b0272e801d5ed5fb9af6012376e0d23ca678acd (diff) | |
| download | qmk_firmware-70ce4ba56f5d805e71c2b1de7334d6492b5e350a.tar.gz qmk_firmware-70ce4ba56f5d805e71c2b1de7334d6492b5e350a.zip | |
Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126)
This reverts commit e2d4cd1a41c667da186891e3dbaf535c6b0717df.
Diffstat (limited to 'bootloader.mk')
| -rw-r--r-- | bootloader.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bootloader.mk b/bootloader.mk index c22291e43..e516e9ff9 100644 --- a/bootloader.mk +++ b/bootloader.mk | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | # qmk-dfu QMK DFU (LUFA + blinkenlight) | 27 | # qmk-dfu QMK DFU (LUFA + blinkenlight) |
| 28 | # bootloadHID HIDBootFlash compatible (ATmega32A) | 28 | # bootloadHID HIDBootFlash compatible (ATmega32A) |
| 29 | # USBasp USBaspLoader (ATmega328P) | 29 | # USBasp USBaspLoader (ATmega328P) |
| 30 | # kiibohd Input:Club Kiibohd bootloader (only used on their boards) | ||
| 31 | # | 30 | # |
| 32 | # BOOTLOADER_SIZE can still be defined manually, but it's recommended | 31 | # BOOTLOADER_SIZE can still be defined manually, but it's recommended |
| 33 | # you add any possible configuration to this list | 32 | # you add any possible configuration to this list |
| @@ -90,18 +89,6 @@ ifeq ($(strip $(BOOTLOADER)), lufa-ms) | |||
| 90 | BOOTLOADER_SIZE = 6144 | 89 | BOOTLOADER_SIZE = 6144 |
| 91 | FIRMWARE_FORMAT = bin | 90 | FIRMWARE_FORMAT = bin |
| 92 | endif | 91 | endif |
| 93 | ifeq ($(strip $(BOOTLOADER)), kiibohd) | ||
| 94 | OPT_DEFS += -DBOOTLOADER_KIIBOHD | ||
| 95 | ifeq ($(strip $(MCU)), MK20DX128) | ||
| 96 | MCU_LDSCRIPT = MK20DX128BLDR4 | ||
| 97 | endif | ||
| 98 | ifeq ($(strip $(MCU)), MK20DX256) | ||
| 99 | MCU_LDSCRIPT = MK20DX256BLDR8 | ||
| 100 | endif | ||
| 101 | |||
| 102 | DFU_ARGS = -d 1C11:B007 | ||
| 103 | DFU_SUFFIX_ARGS = -v 1C11 -p B007 | ||
| 104 | endif | ||
| 105 | 92 | ||
| 106 | ifdef BOOTLOADER_SIZE | 93 | ifdef BOOTLOADER_SIZE |
| 107 | OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE)) | 94 | OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE)) |
