summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.lufa
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-05-14 23:06:07 +0900
committertmk <nobody@nowhere>2013-05-15 00:22:27 +0900
commit92b0674a7f7923f8efbe3bac1b5b8a410c5756cf (patch)
tree7cb09d3172af3b1bde43f5e391f2fa5bd62b0534 /keyboard/hhkb/Makefile.lufa
parentcbb9c408e46a7a7a567f3d6e07713256152106d0 (diff)
Fix makefile, debug print and keymap of HHKB
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.
#