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:
parent
b9dea05dbf
commit
4c7b962d16
|
@ -19,6 +19,7 @@ CIRCUITPY_PWMIO ?= 1
|
|||
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_DISPLAYIO)
|
||||
CIRCUITPY_ROTARYIO ?= 1
|
||||
CIRCUITPY_ROTARYIO_SOFTENCODER = 1
|
||||
CIRCUITPY_SYNTHIO_MAX_CHANNELS = 12
|
||||
|
||||
# Things that need to be implemented.
|
||||
# Use PWM internally
|
||||
|
|
Loading…
Reference in New Issue