Skip to content

Commit a86bcc5

Browse files
committed
fix(hennish65): adjust encoder steps and rotations
1 parent 93005b2 commit a86bcc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/boards/arm/hennish65/hennish65.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ RC(4,0) RC(5,0) RC(2,1) RC(7,2) RC(0,5)
5757
label = "RIGHT_ENCODER";
5858
a-gpios = <&gpio1 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
5959
b-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
60-
resolution = <1>;
60+
steps = <1>;
6161
status = "okay";
6262
};
6363

6464
sensors {
6565
compatible = "zmk,keymap-sensors";
6666
sensors = <&right_encoder>;
67+
triggers-per-rotation = <16>;
6768
};
6869
};
6970

0 commit comments

Comments
 (0)