summaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
authorSnipeye <Snipeye@gmail.com>2017-10-06 19:13:08 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-06 19:13:08 +0200
commitee132284861f1084046086b7ae11d56623df7834 (patch)
tree02fc3947bc636b5c99d57928632fa8c0ac2c2a19 /common_features.mk
parentea819268f3d08868ca72bd7911de7979c866d8a5 (diff)
downloadqmk_firmware-ee132284861f1084046086b7ae11d56623df7834.tar.gz
qmk_firmware-ee132284861f1084046086b7ae11d56623df7834.tar.xz
Generic Pointing Device (#1767)
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