Skip to content

Commit

Permalink
Revert "try removing pro-micro reference"
Browse files Browse the repository at this point in the history
This reverts commit c456c59.
  • Loading branch information
RealET committed Oct 29, 2024
1 parent c456c59 commit b116723
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion boards/shields/cyboard/cyboard_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

&kscan0 {
row-gpios
= <&gpio1 4 GPIO_ACTIVE_HIGH> // row0 from schematic
= <&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
;
};

0 comments on commit b116723

Please sign in to comment.