13 lines
342 B
Makefile
13 lines
342 B
Makefile
# PIO serial/WS2812 drivers must be used on RP2040
|
|
SERIAL_DRIVER = vendor
|
|
WS2812_DRIVER = vendor
|
|
|
|
# CONVERTER - if you use a listed MCU comment the first line and uncomment the appropiate line
|
|
CONVERT_TO = promicro_rp2040
|
|
#CONVERT_TO = kb2040
|
|
#CONVERT_TO = blok
|
|
#CONVERT_TO = elite_pi
|
|
|
|
# AUDIO
|
|
AUDIO_ENABLE = yes
|
|
AUDIO_DRIVER = pwm_hardware
|