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 269ca2b13..50b1127dc 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -322,6 +322,11 @@ ifeq ($(strip $(USB_HID_ENABLE)), yes) | |||
| 322 | include $(TMK_DIR)/protocol/usb_hid.mk | 322 | include $(TMK_DIR)/protocol/usb_hid.mk |
| 323 | endif | 323 | endif |
| 324 | 324 | ||
| 325 | ifeq ($(strip $(WPM_ENABLE)), yes) | ||
| 326 | SRC += $(QUANTUM_DIR)/wpm.c | ||
| 327 | OPT_DEFS += -DWPM_ENABLE | ||
| 328 | endif | ||
| 329 | |||
| 325 | ifeq ($(strip $(ENCODER_ENABLE)), yes) | 330 | ifeq ($(strip $(ENCODER_ENABLE)), yes) |
| 326 | SRC += $(QUANTUM_DIR)/encoder.c | 331 | SRC += $(QUANTUM_DIR)/encoder.c |
| 327 | OPT_DEFS += -DENCODER_ENABLE | 332 | OPT_DEFS += -DENCODER_ENABLE |
