qmk_firmware/users/charlesrocket/rules.mk

4 lines
56 B
Makefile
Raw Normal View History

ifeq ($(strip $(APL_ENABLE)), yes)
SRC += apl.c
endif