mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 21:22:05 +00:00
Merge 08a3218585
into 507c948ed8
This commit is contained in:
commit
d26eb5ad30
@ -287,3 +287,11 @@ endif
|
|||||||
ifeq ($(strip $(QUANTUM_PAINTER_LVGL_INTEGRATION)), yes)
|
ifeq ($(strip $(QUANTUM_PAINTER_LVGL_INTEGRATION)), yes)
|
||||||
include $(QUANTUM_DIR)/painter/lvgl/rules.mk
|
include $(QUANTUM_DIR)/painter/lvgl/rules.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# add every keyboard-, keymap-, or user- level fonts and images
|
||||||
|
QP_DIRS := $(KEYBOARD_PATHS) $(KEYMAP_PATH) $(USER_PATH)
|
||||||
|
QP_FONTS := $(foreach dir,$(QP_DIRS),$(wildcard $(dir)/painter/fonts/*.qff.c))
|
||||||
|
QP_IMGS := $(foreach dir,$(QP_DIRS),$(wildcard $(dir)/painter/images/*.qgf.c))
|
||||||
|
SRC += $(QP_FONTS) $(QP_IMGS)
|
||||||
|
|
||||||
|
# TODO: generate a header file (with CLI) which includes all the headers found
|
||||||
|
Loading…
Reference in New Issue
Block a user