diff options
Diffstat (limited to 'keyboards/planck/rules.mk')
-rw-r--r-- | keyboards/planck/rules.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index df575cd6be..1fed5fa58a 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 |