~ruther/qmk_firmware

ref: 1c069b13b9c410d30cb3b0126b21b984284c405c qmk_firmware/keyboards/pica40/rev2/post_rules.mk -rw-r--r-- 307 bytes
1c069b13 — Ryan rgblight: driver selection cleanups (#21558) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
# if ENCODER_ENABLE is set, add defines but avoid adding encoder.c as it's replaced by custom code in rev2.c
ifeq ($(strip $(ENCODER_ENABLE)), yes)
	ENCODER_ENABLE := no
    OPT_DEFS += -DENCODER_ENABLE
    ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
        OPT_DEFS += -DENCODER_MAP_ENABLE
    endif
endif