Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed Mar 5, 2024
1 parent fa31cb2 commit 6cb8781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/shields/esplit/esplit.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
compatible = "zmk,kscan-gpio-matrix";
diode-direction = "col2row";

rows = <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
row-gpios = <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;

columns = <&pro_micro 3 GPIO_ACTIVE_HIGH>;
col-gpios = <&pro_micro 3 GPIO_ACTIVE_HIGH>;
};

default_transform: matrix_transform {
Expand Down

0 comments on commit 6cb8781

Please sign in to comment.