Skip to content

Commit 2e2acb7

Browse files
committed
overlay
1 parent 2ee8d2a commit 2e2acb7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config/sofle.overlay

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/ {
22
left_encoder: encoder_left {
33
compatible = "alps,ec11";
4-
a-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
5-
b-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
4+
a-gpios = <&pro_micro 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
5+
b-gpios = <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
66
steps = <80>;
7-
status = "disabled";
7+
status = "okay";
88
};
99

1010
right_encoder: encoder_right {
1111
compatible = "alps,ec11";
12-
a-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
13-
b-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
12+
a-gpios = <&pro_micro 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
13+
b-gpios = <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
1414
steps = <80>;
15-
status = "disabled";
15+
status = "okay";
1616
};
1717

1818
sensors: sensors {

0 commit comments

Comments
 (0)