Merge pull request #8439 from tannewt/fix_for_make_quirk

Tweak for make quirk
This commit is contained in:
Jeff Epler 2023-09-27 18:05:43 -05:00 committed by GitHub
commit c1a98e460a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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