aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index e442222ea..493aab635 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -695,6 +695,11 @@ ifeq ($(strip $(JOYSTICK_ENABLE)), digital)
695 OPT_DEFS += -DDIGITAL_JOYSTICK_ENABLE 695 OPT_DEFS += -DDIGITAL_JOYSTICK_ENABLE
696endif 696endif
697 697
698DIGITIZER_ENABLE ?= no
699ifneq ($(strip $(DIGITIZER_ENABLE)), no)
700 SRC += $(QUANTUM_DIR)/digitizer.c
701endif
702
698USBPD_ENABLE ?= no 703USBPD_ENABLE ?= no
699VALID_USBPD_DRIVER_TYPES = custom vendor 704VALID_USBPD_DRIVER_TYPES = custom vendor
700USBPD_DRIVER ?= vendor 705USBPD_DRIVER ?= vendor