Increase synthio channels to 12 on rp2040

with the AudioMixer workaround for #7837 this appears to work
even up to 48kHz.
This commit is contained in:
Jeff Epler 2023-04-05 10:30:57 -05:00
parent b9dea05dbf
commit 4c7b962d16
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ CIRCUITPY_PWMIO ?= 1
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_DISPLAYIO) CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_DISPLAYIO)
CIRCUITPY_ROTARYIO ?= 1 CIRCUITPY_ROTARYIO ?= 1
CIRCUITPY_ROTARYIO_SOFTENCODER = 1 CIRCUITPY_ROTARYIO_SOFTENCODER = 1
CIRCUITPY_SYNTHIO_MAX_CHANNELS = 12
# Things that need to be implemented. # Things that need to be implemented.
# Use PWM internally # Use PWM internally