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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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)))