diff options
| -rw-r--r-- | keyboard/hhkb/Makefile.vusb | 6 | ||||
| -rw-r--r-- | keyboard/macway/Makefile.lufa | 1 |
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 = ../.. | |||
| 13 | TARGET_DIR = . | 13 | TARGET_DIR = . |
| 14 | 14 | ||
| 15 | # keyboard dependent files | 15 | # keyboard dependent files |
| 16 | SRC = main.c \ | 16 | SRC = \ |
| 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 |
| 86 | VPATH = $(TARGET_DIR) | 86 | VPATH = $(TARGET_DIR) |
| 87 | VPATH += $(TOP_DIR) | ||
| 87 | 88 | ||
| 88 | include $(TOP_DIR)/protocol/vusb.mk | 89 | include $(TOP_DIR)/protocol/vusb.mk |
| 89 | include $(TOP_DIR)/protocol.mk | ||
| 90 | include $(TOP_DIR)/common.mk | 90 | include $(TOP_DIR)/common.mk |
| 91 | include $(TOP_DIR)/rules.mk | 91 | include $(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 | # |
| 100 | MOUSEKEY_ENABLE = yes # Mouse keys | 100 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 101 | EXTRAKEY_ENABLE = yes # Audio control and System control | 101 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 102 | CONSOLE_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 | ||
