Skip to content

Commit 38c3816

Browse files
authored
Merge pull request #5534 from jepler/add-rainbowio
Add rainbowio
2 parents 4770120 + 63e01cd commit 38c3816

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ CIRCUITPY_FULL_BUILD = 0
1313
# There are many pin definitions on this board; it doesn't quite fit on very large translations.
1414
# Remove a couple of modules.
1515
CIRCUITPY_ONEWIREIO = 0
16-
CIRCUITPY_RAINBOWIO = 0

ports/nrf/boards/simmel/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CIRCUITPY_NVM = 0
2828
CIRCUITPY_PIXELBUF = 0
2929
CIRCUITPY_PULSEIO = 0
3030
CIRCUITPY_PWMIO = 1
31+
# Deliberately excluded for other reasons than code space, see #5534
3132
CIRCUITPY_RAINBOWIO = 0
3233
CIRCUITPY_RGBMATRIX = 0
3334
CIRCUITPY_ROTARYIO = 0

0 commit comments

Comments
 (0)