aboutsummaryrefslogtreecommitdiff
path: root/bootloader.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.mk')
-rw-r--r--bootloader.mk13
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
92endif 91endif
93ifeq ($(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
104endif
105 92
106ifdef BOOTLOADER_SIZE 93ifdef BOOTLOADER_SIZE
107 OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE)) 94 OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE))