Generic Pointing Device (#1767)

This commit is contained in:
Snipeye 2017-10-06 11:13:08 -06:00 committed by Jack Humbert
parent ea819268f3
commit ee13228486
6 changed files with 155 additions and 1 deletions

View file

@ -69,6 +69,10 @@ ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/fauxclicky.c
endif
ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/pointing_device.c
endif
ifeq ($(strip $(UCIS_ENABLE)), yes)
OPT_DEFS += -DUCIS_ENABLE
UNICODE_COMMON = yes