qmk_firmware/keyboards/printedpad/post_rules.mk

4 lines
60 B
Makefile

ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += oled.c
endif