pystack+ rainbow-

This commit is contained in:
Bill Sideris 2023-02-21 20:50:07 +02:00
parent 5dba32ed07
commit 650c4c5d92
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
2 changed files with 1 additions and 5 deletions

View File

@ -21,8 +21,3 @@
#define IGNORE_PIN_PA25 1
#define MICROPY_FATFS_EXFAT 0
#ifdef CIRCUITPY_SETTABLE_PYSTACK
#undef CIRCUITPY_SETTABLE_PYSTACK
#endif
#define CIRCUITPY_SETTABLE_PYSTACK 0

View File

@ -25,6 +25,7 @@ CIRCUITPY_KEYPAD = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_PS2IO = 0
CIRCUITPY_RGBMATRIX = 0
CIRCUITPY_RAINBOWIO = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_USB_HID = 0