Skip to content

Commit

Permalink
[Bug] Fix wrong varaible in encoder block (qmk#18020)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and nolanseaton committed Jan 23, 2023
1 parent 1f9bfb6 commit af76661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
endif

ifeq ($(strip $(ENCODER_ENABLE)), yes)
COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
SRC += $(QUANTUM_DIR)/encoder.c
OPT_DEFS += -DENCODER_ENABLE
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
OPT_DEFS += -DENCODER_MAP_ENABLE
Expand Down

0 comments on commit af76661

Please sign in to comment.