~ruther/qmk_firmware

6bd2b8ded3d1324bfb3e29e7e48f440835e466cd — Drashna Jaelre 7 years ago 0373c4d
Add Teensy ++ 2.0 bootloader support
1 files changed, 6 insertions(+), 1 deletions(-)

M bootloader.mk
M bootloader.mk => bootloader.mk +6 -1
@@ 61,7 61,12 @@ ifeq ($(strip $(BOOTLOADER)), qmk-dfu)
endif
ifeq ($(strip $(BOOTLOADER)), halfkay)
    OPT_DEFS += -DBOOTLOADER_HALFKAY
    BOOTLOADER_SIZE = 512
    ifeq ($(strip $(MCU)), atmega32u4)
      BOOTLOADER_SIZE = 512
    endif
    ifeq ($(strip $(MCU)), at90usb1286)
      BOOTLOADER_SIZE = 1024
    endif
endif
ifeq ($(strip $(BOOTLOADER)), caterina)
    OPT_DEFS += -DBOOTLOADER_CATERINA