This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
qmk_firmware/pjrc.mk

22 lines
308 B
Makefile
Raw Normal View History

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