summaryrefslogtreecommitdiff
path: root/keyboard/hid_liber/Makefile.lufa
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hid_liber/Makefile.lufa')
-rw-r--r--keyboard/hid_liber/Makefile.lufa8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/hid_liber/Makefile.lufa b/keyboard/hid_liber/Makefile.lufa
index 1f365da112..2d560b9a66 100644
--- a/keyboard/hid_liber/Makefile.lufa
+++ b/keyboard/hid_liber/Makefile.lufa
@@ -39,7 +39,7 @@
#----------------------------------------------------------------------------
# Target file name (without extension).
-TARGET = macway_lufa
+TARGET = hid_liber_lufa
# Directory common source filess exist
TOP_DIR = ../..
@@ -97,10 +97,10 @@ F_USB = $(F_CPU)
# Build Options
# comment out to disable the options.
#
-MOUSEKEY_ENABLE = yes # Mouse keys
+#MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
-#NKRO_ENABLE = yes # USB Nkey Rollover
+#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
@@ -108,7 +108,7 @@ CONSOLE_ENABLE = yes # Console for debug
# Teensy halfKay 512
# Atmel DFU loader 4096
# LUFA bootloader 4096
-#OPT_DEFS += -DBOOT_SIZE=4096
+OPT_DEFS += -DBOOT_SIZE=4096
# Search Path