From 3969ec09b48026b51e9d7c210b7c8d15dceb3b4b Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 27 Jun 2012 18:31:33 +0900 Subject: Add sendchar with Generic HID to support debug print. --- keyboard/lufa/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboard/lufa/Makefile') diff --git a/keyboard/lufa/Makefile b/keyboard/lufa/Makefile index 1d2f712d4a..115c7e6ec6 100644 --- a/keyboard/lufa/Makefile +++ b/keyboard/lufa/Makefile @@ -128,8 +128,7 @@ LSRC = $(TARGET).c \ SRC = $(subst $(LUFA_PATH)/LUFA/,,$(LSRC)) SRC += keymap.c \ matrix.c \ - led.c \ - sendchar_null.c + led.c CONFIG_H = config.h -- cgit v1.2.3