Fix pointing device feature
This commit is contained in:
parent
c9a0436422
commit
2d77f9cbb9
3 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue