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

@ -70,8 +70,9 @@ ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
endif
ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes)
OPT_DEFS += -DPOINTING_DEVICE_ENABLE
SRC += $(QUANTUM_DIR)/pointing_device.c
OPT_DEFS += -DPOINTING_DEVICE_ENABLE
OPT_DEFS += -DMOUSE_ENABLE
SRC += $(QUANTUM_DIR)/pointing_device.c
endif
ifeq ($(strip $(UCIS_ENABLE)), yes)