]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hid_liber/Makefile.lufa
Fix and keymap of hid_liber from alaricljs at geekhack.org.
[tmk_firmware.git] / keyboard / hid_liber / Makefile.lufa
index 1f365da112c64987ea057f35a07087b15f16466f..2d560b9a66406ad6551ef6228fbb06a051f44f52 100644 (file)
@@ -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