diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-27 14:11:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 14:11:39 -0700 |
| commit | 557a58b244b19846472113fb90777303604f7f67 (patch) | |
| tree | 8dca47848734bef65e6a932177036b1059648c78 /ports/esp32s2/mpconfigport.mk | |
| parent | 73162bda852da61113bda17165d12b0f34367de0 (diff) | |
| parent | ef97ed6ab6938bc9c12987d7584cbc715a0f85bf (diff) | |
Merge pull request #3591 from microDev1/TouchIO-S2
ESP32S2: Support for native TouchIO
Diffstat (limited to 'ports/esp32s2/mpconfigport.mk')
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index c9863572a..c06c89c90 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -27,4 +27,8 @@ CIRCUITPY_USB_MIDI = 0 CIRCUITPY_WIFI = 1 CIRCUITPY_ESPIDF = 1 +ifndef CIRCUITPY_TOUCHIO_USE_NATIVE +CIRCUITPY_TOUCHIO_USE_NATIVE = 1 +endif + CIRCUITPY_MODULE ?= none |
