Browse Source

Move Encoder+Encoder Map from generic features (#18018)

pull/18020/head
Drashna Jaelre 1 year ago
committed by GitHub
parent
commit
aed82bc6a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions
  1. +8
    -0
      builddefs/common_features.mk
  2. +0
    -2
      builddefs/generic_features.mk

+ 8
- 0
builddefs/common_features.mk View File

@ -893,3 +893,11 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
QUANTUM_LIB_SRC += uart.c
endif
endif
ifeq ($(strip $(ENCODER_ENABLE)), yes)
COMMON_VPATH += $(QUANTUM_DIR)/encoder.c
OPT_DEFS += -DENCODER_ENABLE
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
OPT_DEFS += -DENCODER_MAP_ENABLE
endif
endif

+ 0
- 2
builddefs/generic_features.mk View File

@ -25,8 +25,6 @@ GENERIC_FEATURES = \
DIP_SWITCH \
DYNAMIC_KEYMAP \
DYNAMIC_MACRO \
ENCODER \
ENCODER_MAP \
GRAVE_ESC \
HAPTIC \
KEY_LOCK \


Loading…
Cancel
Save