diff options
author | Snipeye <Snipeye@gmail.com> | 2017-10-06 11:13:08 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-06 07:13:08 -1000 |
commit | ee132284861f1084046086b7ae11d56623df7834 (patch) | |
tree | 02fc3947bc636b5c99d57928632fa8c0ac2c2a19 /common_features.mk | |
parent | ea819268f3d08868ca72bd7911de7979c866d8a5 (diff) | |
download | qmk_firmware-ee132284861f1084046086b7ae11d56623df7834.tar.gz |
Generic Pointing Device (#1767)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
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 |