mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
8 lines
183 B
Makefile
8 lines
183 B
Makefile
WS2812_DRIVER = vendor
|
|
AUDIO_DRIVER = pwm_hardware
|
|
QUANTUM_PAINTER_ENABLE = yes
|
|
QUANTUM_PAINTER_DRIVERS += st7735_spi
|
|
ifeq ($(strip $(QUANTUM_PAINTER_ENABLE)), yes)
|
|
SRC += ui.c
|
|
endif
|