mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
a7bbecf52e
@ -915,7 +915,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(ENCODER_ENABLE)), yes)
|
ifeq ($(strip $(ENCODER_ENABLE)), yes)
|
||||||
COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
|
SRC += $(QUANTUM_DIR)/encoder.c
|
||||||
OPT_DEFS += -DENCODER_ENABLE
|
OPT_DEFS += -DENCODER_ENABLE
|
||||||
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
||||||
OPT_DEFS += -DENCODER_MAP_ENABLE
|
OPT_DEFS += -DENCODER_MAP_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user