Skip to content

Commit 2676380

Browse files
authored
Fix formatting and GPIO definitions in overlay file
1 parent 4a31278 commit 2676380

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/boards/shields/charybdis/charybdis_right.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
&default_transform {
1212
col-offset = <6>;
13-
};
13+
};
1414

1515
&kscan0 {
1616
col-gpios
1717
= <&gpio0 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
1818
, <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
1919
, <&gpio0 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
20-
, <&gpio1 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
20+
, <&gpio1 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
2121
, <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
22-
, <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
22+
, <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
2323
;
2424
};
2525

@@ -57,7 +57,7 @@
5757
reg = <0>;
5858
spi-max-frequency = <2000000>;
5959
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
60-
scroll-layers = <3>; // Changed to layer 3
60+
scroll-layers = <3>;
6161
};
6262
};
6363

0 commit comments

Comments
 (0)