Do some cleanup for the API
[jackhill/qmk/firmware.git] / common_features.mk
index a7c366a..319834b 100644 (file)
@@ -70,6 +70,8 @@ ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
 endif
 
 ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes)
+       OPT_DEFS += -DPOINTING_DEVICE_ENABLE
+       OPT_DEFS += -DMOUSE_ENABLE
        SRC += $(QUANTUM_DIR)/pointing_device.c
 endif