From 764b099edf3236fa4a835bf020311f12221c2a4a Mon Sep 17 00:00:00 2001 From: Erik Trinkle Date: Tue, 29 Oct 2024 11:30:06 -0400 Subject: [PATCH] actually remove all pro-micro references --- boards/shields/cyboard/cyboard.dtsi | 16 ++++++++-------- boards/shields/cyboard/cyboard_left.overlay | 14 +++++++------- boards/shields/cyboard/cyboard_right.overlay | 14 +++++++------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/boards/shields/cyboard/cyboard.dtsi b/boards/shields/cyboard/cyboard.dtsi index 20e0eb6..2f67a98 100644 --- a/boards/shields/cyboard/cyboard.dtsi +++ b/boards/shields/cyboard/cyboard.dtsi @@ -102,14 +102,14 @@ RC(2,6) RC(2,5) RC(2,4) RC(2,3) RC(2,2) RC(2,1) RC(9,1) RC(9,2) diode-direction = "row2col"; col-gpios - = <&pro_micro 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col0 from schematic - , <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col1 from schematic - , <&pro_micro 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col2 from schematic - , <&pro_micro 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col3 from schematic - , <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col4 from schematic - , <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col5 from schematic - , <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col6 from schematic - , <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col6 from schematic + = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col0 from schematic + , <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col1 from schematic + , <&gpio1 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col2 from schematic + , <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col3 from schematic + , <&gpio0 31 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col4 from schematic + , <&gpio0 22 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col5 from schematic + , <&gpio0 24 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col6 from schematic + , <&gpio0 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // col7 from schematic ; }; diff --git a/boards/shields/cyboard/cyboard_left.overlay b/boards/shields/cyboard/cyboard_left.overlay index 313e861..73e9833 100644 --- a/boards/shields/cyboard/cyboard_left.overlay +++ b/boards/shields/cyboard/cyboard_left.overlay @@ -2,12 +2,12 @@ &kscan0 { row-gpios - = <&pro_micro 8 GPIO_ACTIVE_HIGH> // row0 from schematic - , <&pro_micro 7 GPIO_ACTIVE_HIGH> // row1 from schematic - , <&pro_micro 20 GPIO_ACTIVE_HIGH> // row2 from schematic - , <&pro_micro 6 GPIO_ACTIVE_HIGH> // row3 from schematic - , <&pro_micro 16 GPIO_ACTIVE_HIGH> // row4 from schematic - , <&pro_micro 19 GPIO_ACTIVE_HIGH> // row5 from schematic - , <&pro_micro 10 GPIO_ACTIVE_HIGH> // row6 from schematic + = <&gpio1 4 GPIO_ACTIVE_HIGH> // row0 from schematic + , <&gpio0 11 GPIO_ACTIVE_HIGH> // row1 from schematic + , <&gpio9 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 + , <&gpio0 9 GPIO_ACTIVE_HIGH> // row6 from schematic ; }; diff --git a/boards/shields/cyboard/cyboard_right.overlay b/boards/shields/cyboard/cyboard_right.overlay index d9903e9..0456087 100644 --- a/boards/shields/cyboard/cyboard_right.overlay +++ b/boards/shields/cyboard/cyboard_right.overlay @@ -10,12 +10,12 @@ &kscan0 { row-gpios - = <&pro_micro 8 GPIO_ACTIVE_HIGH> // row0 from schematic - , <&pro_micro 7 GPIO_ACTIVE_HIGH> // row1 from schematic - , <&pro_micro 20 GPIO_ACTIVE_HIGH> // row2 from schematic - , <&pro_micro 6 GPIO_ACTIVE_HIGH> // row3 from schematic - , <&pro_micro 16 GPIO_ACTIVE_HIGH> // row4 from schematic - , <&pro_micro 19 GPIO_ACTIVE_HIGH> // row5 from schematic - , <&pro_micro 10 GPIO_ACTIVE_HIGH> // row6 from schematic + = <&gpio1 4 GPIO_ACTIVE_HIGH> // row0 from schematic + , <&gpio0 11 GPIO_ACTIVE_HIGH> // row1 from schematic + , <&gpio9 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 + , <&gpio0 9 GPIO_ACTIVE_HIGH> // row6 from schematic ; };