Turn off rotaryio on pewpew10 so de_DE will fit

This commit is contained in:
Dan Halbert 2019-04-04 20:28:32 -04:00
parent 29df5930dd
commit 682e83a63c

View File

@ -16,6 +16,7 @@ CIRCUITPY_PEW = 1
CIRCUITPY_ANALOGIO = 1
CIRCUITPY_MATH = 1
CIRCUITPY_NEOPIXEL_WRITE = 1
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_SAMD = 0
CIRCUITPY_USB_MIDI = 0