X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootloader.mk;h=9d73063d0fc504c437e5d3d6f43f7f8d06eabc15;hb=6af77551c67c846b06c596cbd367d66c755f8051;hp=4bcf183fb779f24d6261e898c6599546017038b0;hpb=6bd2b8ded3d1324bfb3e29e7e48f440835e466cd;p=qmk_firmware.git diff --git a/bootloader.mk b/bootloader.mk index 4bcf183fb..9d73063d0 100644 --- a/bootloader.mk +++ b/bootloader.mk @@ -76,6 +76,10 @@ ifeq ($(strip $(BOOTLOADER)), bootloadHID) OPT_DEFS += -DBOOTLOADER_BOOTLOADHID BOOTLOADER_SIZE = 4096 endif +ifeq ($(strip $(BOOTLOADER)), USBasp) + OPT_DEFS += -DBOOTLOADER_USBASP + BOOTLOADER_SIZE = 4096 +endif ifdef BOOTLOADER_SIZE OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE))