diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 5 |
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 |
696 | endif | 696 | endif |
697 | 697 | ||
698 | DIGITIZER_ENABLE ?= no | ||
699 | ifneq ($(strip $(DIGITIZER_ENABLE)), no) | ||
700 | SRC += $(QUANTUM_DIR)/digitizer.c | ||
701 | endif | ||
702 | |||
698 | USBPD_ENABLE ?= no | 703 | USBPD_ENABLE ?= no |
699 | VALID_USBPD_DRIVER_TYPES = custom vendor | 704 | VALID_USBPD_DRIVER_TYPES = custom vendor |
700 | USBPD_DRIVER ?= vendor | 705 | USBPD_DRIVER ?= vendor |