From ee132284861f1084046086b7ae11d56623df7834 Mon Sep 17 00:00:00 2001 From: Snipeye Date: Fri, 6 Oct 2017 11:13:08 -0600 Subject: Generic Pointing Device (#1767) --- common_features.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common_features.mk') diff --git a/common_features.mk b/common_features.mk index bae23bb87..69fdac87d 100644 --- a/common_features.mk +++ b/common_features.mk @@ -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 -- cgit v1.2.3-24-g4f1b