]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb/Makefile.lufa
Merge branch 'bootmagic_salt'(Fix issue #41)
[tmk_firmware.git] / keyboard / hhkb / Makefile.lufa
index 3e621c2b41a30d8eb213fe30fec72cd58f200d70..97b8faab6e06a76348e58db00ef83111178e1aaf 100644 (file)
@@ -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.
 #