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)> ; };