summaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk4
1 files changed, 4 insertions, 0 deletions
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