1 parent 5dbb410 commit 771a8c8Copy full SHA for 771a8c8
1 file changed
config/boards/shields/crosses/crosses_right.overlay
@@ -7,15 +7,16 @@
7
#include "crosses.dtsi"
8
9
&default_transform {
10
- col-offset = <5>;
+ col-offset = <6>;
11
};
12
13
&kscan0 {
14
col-gpios
15
- = <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
+ = <&gpio0 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
16
+ , <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
17
, <&gpio1 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
18
, <&gpio0 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
- , <&gpio0 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
19
+ , <&gpio0 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
20
, <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
21
22
;
0 commit comments