Skip to content

Commit

Permalink
Update xiao_flex_v2.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
WainingForests authored Dec 8, 2023
1 parent a849856 commit 798020a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/xiao_flex_v2/xiao_flex_v2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4,9)
diode-direction = "col2row";

row-gpios
= <&xiao_d 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
= <&xiao_d 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;

};
Expand Down

0 comments on commit 798020a

Please sign in to comment.