aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/hhkb/Makefile.vusb6
-rw-r--r--keyboard/macway/Makefile.lufa1
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboard/hhkb/Makefile.vusb b/keyboard/hhkb/Makefile.vusb
index 6dd628807..8caf23497 100644
--- a/keyboard/hhkb/Makefile.vusb
+++ b/keyboard/hhkb/Makefile.vusb
@@ -13,7 +13,7 @@ TOP_DIR = ../..
13TARGET_DIR = . 13TARGET_DIR = .
14 14
15# keyboard dependent files 15# keyboard dependent files
16SRC = main.c \ 16SRC = \
17 keymap.c \ 17 keymap.c \
18 matrix.c \ 18 matrix.c \
19 led.c 19 led.c
@@ -83,9 +83,9 @@ PROGRAM_CMD = $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE
83 83
84 84
85# Search Path 85# Search Path
86VPATH = $(TARGET_DIR) 86VPATH = $(TARGET_DIR)
87VPATH += $(TOP_DIR)
87 88
88include $(TOP_DIR)/protocol/vusb.mk 89include $(TOP_DIR)/protocol/vusb.mk
89include $(TOP_DIR)/protocol.mk
90include $(TOP_DIR)/common.mk 90include $(TOP_DIR)/common.mk
91include $(TOP_DIR)/rules.mk 91include $(TOP_DIR)/rules.mk
diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa
index 9c9388ee2..1f365da11 100644
--- a/keyboard/macway/Makefile.lufa
+++ b/keyboard/macway/Makefile.lufa
@@ -99,6 +99,7 @@ F_USB = $(F_CPU)
99# 99#
100MOUSEKEY_ENABLE = yes # Mouse keys 100MOUSEKEY_ENABLE = yes # Mouse keys
101EXTRAKEY_ENABLE = yes # Audio control and System control 101EXTRAKEY_ENABLE = yes # Audio control and System control
102CONSOLE_ENABLE = yes # Console for debug
102#NKRO_ENABLE = yes # USB Nkey Rollover 103#NKRO_ENABLE = yes # USB Nkey Rollover
103#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support 104#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
104 105