summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.lufa
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
-rw-r--r--keyboard/hhkb/Makefile.lufa9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa
index 3e621c2b41..97b8faab6e 100644
--- a/keyboard/hhkb/Makefile.lufa
+++ b/keyboard/hhkb/Makefile.lufa
@@ -97,6 +97,15 @@ F_USB = $(F_CPU)
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=512
+
+
# Build Options
# comment out to disable the options.
#