aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.lufa
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
-rw-r--r--keyboard/hhkb/Makefile.lufa8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa
index 97b8faab6..262282a01 100644
--- a/keyboard/hhkb/Makefile.lufa
+++ b/keyboard/hhkb/Makefile.lufa
@@ -57,8 +57,8 @@ CONFIG_H = config.h
57 57
58 58
59# MCU name 59# MCU name
60MCU = at90usb1286 60#MCU = at90usb1286
61#MCU = atmega32u4 61MCU = atmega32u4
62 62
63# Processor frequency. 63# Processor frequency.
64# This will define a symbol, F_CPU, in all source code files equal to the 64# This will define a symbol, F_CPU, in all source code files equal to the
@@ -103,7 +103,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
103# Atmel DFU loader 4096 103# Atmel DFU loader 4096
104# LUFA bootloader 4096 104# LUFA bootloader 4096
105# USBaspLoader 2048 105# USBaspLoader 2048
106OPT_DEFS += -DBOOTLOADER_SIZE=512 106OPT_DEFS += -DBOOTLOADER_SIZE=4096
107 107
108 108
109# Build Options 109# Build Options
@@ -114,7 +114,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys
114EXTRAKEY_ENABLE = yes # Audio control and System control 114EXTRAKEY_ENABLE = yes # Audio control and System control
115CONSOLE_ENABLE = yes # Console for debug 115CONSOLE_ENABLE = yes # Console for debug
116COMMAND_ENABLE = yes # Commands for debug and configuration 116COMMAND_ENABLE = yes # Commands for debug and configuration
117#NKRO_ENABLE = yes # USB Nkey Rollover 117NKRO_ENABLE = yes # USB Nkey Rollover
118 118
119 119
120# Search Path 120# Search Path