Skip to content

Commit 2ee8d2a

Browse files
committed
more
1 parent cc75e97 commit 2ee8d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/sofle.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
a-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
55
b-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
66
steps = <80>;
7-
status = "okay";
7+
status = "disabled";
88
};
99

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

1818
sensors: sensors {

0 commit comments

Comments
 (0)