From 95fc585a3c70b72a16bfa68bca11b6d240859ffc Mon Sep 17 00:00:00 2001 From: Erik Trinkle Date: Tue, 29 Oct 2024 11:32:48 -0400 Subject: [PATCH] fix typo --- boards/shields/cyboard/cyboard_right.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/shields/cyboard/cyboard_right.overlay b/boards/shields/cyboard/cyboard_right.overlay index 0456087..54124ec 100644 --- a/boards/shields/cyboard/cyboard_right.overlay +++ b/boards/shields/cyboard/cyboard_right.overlay @@ -12,7 +12,7 @@ row-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH> // row0 from schematic , <&gpio0 11 GPIO_ACTIVE_HIGH> // row1 from schematic - , <&gpio9 29 GPIO_ACTIVE_HIGH> // row2 from schematic + , <&gpio0 29 GPIO_ACTIVE_HIGH> // row2 from schematic , <&gpio1 0 GPIO_ACTIVE_HIGH> // row3 from schematic , <&gpio0 10 GPIO_ACTIVE_HIGH> // row4 from schematic , <&gpio0 2 GPIO_ACTIVE_HIGH> // row5 from schematic