1
0
Fork 0

Fix pointing device feature

This commit is contained in:
Rob Rogers 2017-10-31 15:07:53 -05:00 committed by Jack Humbert
parent c9a0436422
commit 2d77f9cbb9
3 changed files with 9 additions and 3 deletions

View file

@ -23,6 +23,11 @@ ifdef EXTRAKEY_ENABLE
SRC += $(PJRC_DIR)/usb_extra.c
endif
ifdef POINTING_DEVICE_ENABLE
SRC += $(PJRC_DIR)/usb_mouse.c
endif
# Search Path
VPATH += $(TMK_DIR)/$(PJRC_DIR)