samd51 can also handle 12 voices @ 24kHz!

This commit is contained in:
Jeff Epler 2023-04-06 08:55:00 -05:00
parent 046397aaff
commit 081e9b995e
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -105,6 +105,7 @@ CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
CIRCUITPY_PS2IO ?= 1
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FRAMEBUFFERIO)
CIRCUITPY_SAMD ?= 1
CIRCUITPY_SYNTHIO_MAX_CHANNELS = 12
CIRCUITPY_WATCHDOG ?= 1
endif # samd51