summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/rules.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-11-21 05:25:38 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-21 05:37:38 +0100
commitb669d115c2969a58f0ae00f6ae5c2290dba44c03 (patch)
treecb6aaf1606105f1806be8c008e0ae6f3e9e36008 /keyboards/planck/rules.mk
parent7ff96877d2a67fcfabbe2493e7c2a100f3b923da (diff)
downloadqmk_firmware-b669d115c2969a58f0ae00f6ae5c2290dba44c03.tar.gz
qmk_firmware-b669d115c2969a58f0ae00f6ae5c2290dba44c03.tar.xz
adds planck light keyboard
Diffstat (limited to 'keyboards/planck/rules.mk')
-rw-r--r--keyboards/planck/rules.mk9
1 files changed, 0 insertions, 9 deletions
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