X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fplanck%2Frules.mk;h=1fed5fa58a9686012cd70629251affad41c8865d;hb=b669d115c2969a58f0ae00f6ae5c2290dba44c03;hp=df575cd6be4c46ecbc406743719bab8a5addcc20;hpb=7ff96877d2a67fcfabbe2493e7c2a100f3b923da;p=qmk_firmware.git diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index df575cd6b..1fed5fa58 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk @@ -37,15 +37,6 @@ F_USB = $(F_CPU) # Interrupt driven control endpoint task(+60) 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 - # Build Options # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically