Skip to content

Commit

Permalink
actually remove all pro-micro references
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Oct 29, 2024
1 parent b116723 commit 764b099
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions boards/shields/cyboard/cyboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

};
Expand Down
14 changes: 7 additions & 7 deletions boards/shields/cyboard/cyboard_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -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
;
};
14 changes: 7 additions & 7 deletions boards/shields/cyboard/cyboard_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -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
;
};

0 comments on commit 764b099

Please sign in to comment.