vial-qmk/keyboards/handwired/replicazeron/post_rules.mk
9R 7638797c92
add vial support for replicazeron (#798)
* add vial support for replicazeron

* reduce firmware size
2024-10-11 20:19:30 -06:00

14 lines
293 B
Makefile

ifeq ($(strip $(LEDS_ENABLE)), yes)
OPT_DEFS += -DLEDS_ENABLE
SRC += leds.c
endif
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += oled.c
endif
ifeq ($(strip $(THUMBSTICK_ENABLE)), yes)
OPT_DEFS += -DTHUMBSTICK_ENABLE
SRC += thumbstick.c
ANALOG_DRIVER_REQUIRED = yes
endif