diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-20 23:25:38 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-20 23:37:38 -0500 |
commit | b669d115c2969a58f0ae00f6ae5c2290dba44c03 (patch) | |
tree | cb6aaf1606105f1806be8c008e0ae6f3e9e36008 /keyboards/planck/rules.mk | |
parent | 7ff96877d2a67fcfabbe2493e7c2a100f3b923da (diff) |
adds planck light keyboard
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 |