Tweak for make quirk

This commit is contained in:
Scott Shawcroft 2023-09-27 09:16:38 -07:00
parent 44d27cb23d
commit ad837d44ed
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -36,7 +36,8 @@ CIRCUITPY_I2CTARGET ?= 1
CIRCUITPY_IMAGECAPTURE = 0
CIRCUITPY_MEMORYMAP ?= 1
CIRCUITPY_NVM ?= 1
CIRCUITPY_PARALLELDISPLAY ?= 0 # Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
# Turn off because it uses the old I2S driver which conflicts with the new ADC driver.
CIRCUITPY_PARALLELDISPLAY ?= 0
CIRCUITPY_PS2IO ?= 1
# Disabled temporarily
CIRCUITPY_RGBMATRIX ?= 0