Skip to content

Commit 8053d4a

Browse files
committed
remove neopixels
1 parent 42abb98 commit 8053d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/atmel-samd/boards/adafruit_proxlight_trinkey_m0/mpconfigboard.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CIRCUITPY_BUSIO = 1
2121
CIRCUITPY_STORAGE = 0
2222

2323
CIRCUITPY_MATH = 1
24-
CIRCUITPY_PIXELBUF = 1
24+
CIRCUITPY_PIXELBUF = 0
2525
CIRCUITPY_USB_MIDI = 1
2626
CIRCUITPY_TOUCHIO = 1
2727
CIRCUITPY_FULL_BUILD = 0
@@ -30,5 +30,4 @@ SUPEROPT_GC = 0
3030
SUPEROPT_VM = 0
3131

3232
# Include these Python libraries in firmware.
33-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
3433
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

0 commit comments

Comments
 (0)