]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/rules.mk
adds planck light keyboard
[qmk_firmware.git] / keyboards / planck / rules.mk
index df575cd6be4c46ecbc406743719bab8a5addcc20..1fed5fa58a9686012cd70629251affad41c8865d 100644 (file)
@@ -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