Skip to content

Commit

Permalink
keymap test gpio debug 10
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 19, 2024
1 parent 51f5f4a commit 644caab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions boards/shields/keyboy/keyboy.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@
, <&gpio0 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
kscan1: kscan_1 {
compatible = "zmk,kscan-gpio-matrix";
diode-direction = "col2row";

col-gpios
= <&shifter1 19 GPIO_ACTIVE_LOW>
, <&shifter1 21 GPIO_ACTIVE_HIGH>
;
row-gpios
= <&gpio0 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};

};

&gpio0 {
Expand Down

0 comments on commit 644caab

Please sign in to comment.