qmk_firmware/keyboards/printedpad/post_rules.mk
2024-08-04 20:34:57 +01:00

3 lines
60 B
Makefile

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