mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-12 17:58:01 +01: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
|