Remove unused _BOOTLOADER defines

This commit is contained in:
fauxpark
2019-08-02 13:47:52 +10:00
committed by noroadsleft
parent 430c37024e
commit 72f382fc02
20 changed files with 48 additions and 55 deletions

View File

@@ -43,13 +43,15 @@ F_USB = $(F_CPU)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Boot Section Size in *bytes*
# Teensy halfKay 512
# Teensy++ halfKay 1024
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=4096
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# atmega32a bootloadHID
BOOTLOADER = caterina
# Build Options
# change to "no" to disable the options, or define them in the Makefile in