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 65ff6b5b3..3fd8361a5 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -219,6 +219,11 @@ ifeq ($(strip $(USB_HID_ENABLE)), yes) | |||
219 | include $(TMK_DIR)/protocol/usb_hid.mk | 219 | include $(TMK_DIR)/protocol/usb_hid.mk |
220 | endif | 220 | endif |
221 | 221 | ||
222 | ifeq ($(strip $(ENCODER_ENABLE)), yes) | ||
223 | SRC += $(QUANTUM_DIR)/encoder.c | ||
224 | OPT_DEFS += -DENCODER_ENABLE | ||
225 | endif | ||
226 | |||
222 | ifeq ($(strip $(HD44780_ENABLE)), yes) | 227 | ifeq ($(strip $(HD44780_ENABLE)), yes) |
223 | SRC += drivers/avr/hd44780.c | 228 | SRC += drivers/avr/hd44780.c |
224 | OPT_DEFS += -DHD44780_ENABLE | 229 | OPT_DEFS += -DHD44780_ENABLE |