add support for encoders to core
This commit is contained in:
parent
e22c399245
commit
85688e5b52
11 changed files with 166 additions and 29 deletions
|
@ -219,6 +219,11 @@ ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
|||
include $(TMK_DIR)/protocol/usb_hid.mk
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(ENCODER_ENABLE)), yes)
|
||||
SRC += $(QUANTUM_DIR)/encoder.c
|
||||
OPT_DEFS += -DENCODER_ENABLE
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(HD44780_ENABLE)), yes)
|
||||
SRC += drivers/avr/hd44780.c
|
||||
OPT_DEFS += -DHD44780_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue