summaryrefslogtreecommitdiff
path: root/keyboard/hid_liber/Makefile.lufa
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-11-13 10:04:35 +0900
committertmk <nobody@nowhere>2012-11-13 10:07:59 +0900
commitce4857e021adf0dede358b9334c3bf9d783cb641 (patch)
tree0e50220e053586c8fb203f78d2f3769a61ae1a8d /keyboard/hid_liber/Makefile.lufa
parent98052b8afd52c93e2d5a1e6acd6afd6e6d2a288c (diff)
Fix and keymap of hid_liber from alaricljs at geekhack.org.
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