1
0
Fork 0

Shared gfxconf

This commit is contained in:
Fred Sundvik 2017-07-09 14:31:38 +03:00 committed by Jack Humbert
parent 8a962f7b27
commit f3c113fb5a
4 changed files with 330 additions and 598 deletions

View file

@ -47,6 +47,9 @@ SRC += $(VISUALIZER_DIR)/led_keyframes.c
endif
include $(GFXLIB)/gfx.mk
# For the common_gfxconf.h
GFXINC += quantum/visualizer
GFXSRC := $(patsubst $(TOP_DIR)/%,%,$(GFXSRC))
GFXDEFS := $(patsubst %,-D%,$(patsubst -D%,%,$(GFXDEFS)))