1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/protocol/pjrc.mk

22 lines
300 B
Makefile
Raw Normal View History

2011-02-12 15:15:51 +00:00
OPT_DEFS += -DHOST_PJRC
2011-02-08 15:03:58 +00:00
SRC += pjrc.c \
usb_keyboard.c \
2011-02-08 15:03:58 +00:00
usb_debug.c \
usb.c \
bootloader_teensy.c
2011-02-08 15:03:58 +00:00
2011-02-12 15:15:51 +00:00
# Search Path
VPATH += $(TOP_DIR)/protocol/pjrc
2011-02-12 15:15:51 +00:00
2011-02-08 15:03:58 +00:00
# Option modules
ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
SRC += usb_mouse.c
endif
ifdef EXTRAKEY_ENABLE
2011-02-08 15:03:58 +00:00
SRC += usb_extra.c
endif