metro_m0_express: Put back GAMEPAD, take away AUDIOBUSIO

Dan notes that this is more frequently the solution we've chosen
This commit is contained in:
Jeff Epler 2020-08-12 16:17:13 -05:00
parent 299894025a
commit ea8e9b8cef

View File

@ -11,9 +11,9 @@ EXTERNAL_FLASH_DEVICE_COUNT = 2
EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
LONGINT_IMPL = MPZ
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_GAMEPAD = 0
CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_VECTORIO = 0