mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
eb188bd4ee
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6A73@pm.me>
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
|