From d66d7d476ce9425ce82d9f79c49ce36906dbf037 Mon Sep 17 00:00:00 2001 From: Max Holliday Date: Sat, 9 Oct 2021 12:33:05 -0600 Subject: [PATCH] Update ports/atmel-samd/mpconfigport.mk Co-authored-by: Scott Shawcroft --- ports/atmel-samd/mpconfigport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk index f5b1e43b8b..d8773e5c88 100644 --- a/ports/atmel-samd/mpconfigport.mk +++ b/ports/atmel-samd/mpconfigport.mk @@ -100,7 +100,7 @@ CIRCUITPY_TOUCHIO_USE_NATIVE = 0 CIRCUITPY_ALARM ?= 0 -PY_PS2IO ?= 1 +CIRCUITPY_PS2IO ?= 1 CIRCUITPY_SAMD ?= 1 CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FULL_BUILD) CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)