Browse Source

Fix: Makefile

tags/v1.9
tmk 11 years ago
parent
commit
93e33fb8f6
2 changed files with 4 additions and 3 deletions
  1. 3
    3
      keyboard/hhkb/Makefile.vusb
  2. 1
    0
      keyboard/macway/Makefile.lufa

+ 3
- 3
keyboard/hhkb/Makefile.vusb View File

TARGET_DIR = . TARGET_DIR = .


# keyboard dependent files # keyboard dependent files
SRC = main.c \
SRC = \
keymap.c \ keymap.c \
matrix.c \ matrix.c \
led.c led.c




# Search Path # Search Path
VPATH = $(TARGET_DIR)
VPATH = $(TARGET_DIR)
VPATH += $(TOP_DIR)


include $(TOP_DIR)/protocol/vusb.mk include $(TOP_DIR)/protocol/vusb.mk
include $(TOP_DIR)/protocol.mk
include $(TOP_DIR)/common.mk include $(TOP_DIR)/common.mk
include $(TOP_DIR)/rules.mk include $(TOP_DIR)/rules.mk

+ 1
- 0
keyboard/macway/Makefile.lufa View File

# #
MOUSEKEY_ENABLE = yes # Mouse keys MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control 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
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support



Loading…
Cancel
Save