From ce4857e021adf0dede358b9334c3bf9d783cb641 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 13 Nov 2012 10:04:35 +0900 Subject: Fix and keymap of hid_liber from alaricljs at geekhack.org. --- keyboard/hid_liber/Makefile.lufa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboard/hid_liber/Makefile.lufa') 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 -- cgit v1.2.3