From 5e9bff659168185e7b56790480c04e987ec1f941 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 23 Sep 2024 19:27:10 -0500 Subject: [PATCH] fix overlay --- config/boards/shields/wyatt-3x5/wyatt-3x5.overlay | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/boards/shields/wyatt-3x5/wyatt-3x5.overlay b/config/boards/shields/wyatt-3x5/wyatt-3x5.overlay index f04dce0..bf51de7 100644 --- a/config/boards/shields/wyatt-3x5/wyatt-3x5.overlay +++ b/config/boards/shields/wyatt-3x5/wyatt-3x5.overlay @@ -14,7 +14,7 @@ diode-direction = "col2row"; col-gpios - = <&gpio0 09 GPIO_ACTIVE_HIGH> + = <&gpio0 9 GPIO_ACTIVE_HIGH> , <&gpio0 10 GPIO_ACTIVE_HIGH> , <&gpio1 11 GPIO_ACTIVE_HIGH> , <&gpio1 13 GPIO_ACTIVE_HIGH> @@ -22,8 +22,8 @@ ; row-gpios - = <&gpio1 06 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> - , <&gpio1 04 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> , <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> ; };