Skip to content

Commit

Permalink
13
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed Feb 16, 2024
1 parent f2c18bd commit 9ee7e20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/boards/shields/3x3macropad/3x3macropad.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
lable = "default_kscan";
diode-direction = "col2row";

row-gpios = <&seeeduino_xiao 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&seeeduino_xiao 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&seeeduino_xiao 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
row-gpios = <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&xiao_d 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;

col-gpios = <&seeeduino_xiao 4 GPIO_ACTIVE_HIGH>,
<&seeeduino_xiao 5 GPIO_ACTIVE_HIGH>,
<&seeeduino_xiao 6 GPIO_ACTIVE_HIGH>;
col-gpios = <&xiao_d 4 GPIO_ACTIVE_HIGH>,
<&xiao_d 5 GPIO_ACTIVE_HIGH>,
<&xiao_d 6 GPIO_ACTIVE_HIGH>;

};

Expand Down

0 comments on commit 9ee7e20

Please sign in to comment.