We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8d63d commit 2af7ef8Copy full SHA for 2af7ef8
ports/atmel-samd/boards/adafruit_trrs_trinkey_m0/mpconfigboard.mk
@@ -23,5 +23,6 @@ CIRCUITPY_ROTARYIO = 0
23
CIRCUITPY_RTC = 0
24
25
# Include these Python libraries in firmware.
26
-FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
+# Currently at least one large translation is too large to include NeoPixel.
27
+# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
28
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
0 commit comments