diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-04-04 20:28:32 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-04-04 20:28:32 -0400 |
| commit | 682e83a63c905e1aa3fe3c4a3ad9c051b3ed09d0 (patch) | |
| tree | 8a93508d86e5b77d5c73a9cd06a0f580999f9a4f | |
| parent | 29df5930ddf56402533cca92bcdee3cd6df56bfb (diff) | |
Turn off rotaryio on pewpew10 so de_DE will fit
| -rw-r--r-- | ports/atmel-samd/boards/pewpew10/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk b/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk index 983e48e21..d37b87439 100644 --- a/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk +++ b/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk @@ -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 |
