File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
ports/atmel-samd/boards/winterbloom_big_honking_button Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,17 @@ LONGINT_IMPL = MPZ
17
17
CIRCUITPY_AUDIOIO = 1
18
18
19
19
# Disable modules that are unusable on this special-purpose board.
20
- CIRCUITPY_BITBANGIO = 0
21
- CIRCUITPY_FRAMEBUFFERIO = 0
22
- CIRCUITPY_FREQUENCYIO = 0
23
- CIRCUITPY_I2CPERIPHERAL = 0
24
20
CIRCUITPY_AUDIOBUSIO = 0
21
+ CIRCUITPY_BITBANGIO = 0
25
22
CIRCUITPY_BLEIO = 0
26
23
CIRCUITPY_DISPLAYIO = 0
24
+ CIRCUITPY_FRAMEBUFFERIO = 0
25
+ CIRCUITPY_FREQUENCYIO = 0
27
26
CIRCUITPY_GAMEPAD = 0
28
27
CIRCUITPY_I2CPERIPHERAL = 0
29
28
CIRCUITPY_NETWORK = 0
30
- CIRCUITPY_TOUCHIO = 0
31
- CIRCUITPY_RGBMATRIX = 0
32
29
CIRCUITPY_PS2IO = 0
33
- CIRCUITPY_USB_HID = 0
30
+ CIRCUITPY_RGBMATRIX = 0
34
31
CIRCUITPY_RTC = 0
32
+ CIRCUITPY_TOUCHIO = 0
33
+ CIRCUITPY_USB_HID = 0
You can’t perform that action at this time.
0 commit comments