]> git.gir.st - tmk_keyboard.git/blob - protocol/pjrc.mk
Add LED support to x68k
[tmk_keyboard.git] / protocol / pjrc.mk
1 PJRC_DIR = protocol/pjrc
2
3 SRC += $(PJRC_DIR)/main.c \
4 $(PJRC_DIR)/pjrc.c \
5 $(PJRC_DIR)/usb_keyboard.c \
6 $(PJRC_DIR)/usb_debug.c \
7 $(PJRC_DIR)/usb.c
8
9 # Option modules
10 ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
11 SRC += $(PJRC_DIR)/usb_mouse.c
12 endif
13
14 ifdef EXTRAKEY_ENABLE
15 SRC += $(PJRC_DIR)/usb_extra.c
16 endif
17
18 # Search Path
19 VPATH += $(TOP_DIR)/$(PJRC_DIR)
20
21 # This indicates using LUFA stack
22 OPT_DEFS += -DPROTOCOL_PJRC
Imprint / Impressum