Skip to content

Commit

Permalink
Fri, 24 Nov 2023 17:18:09 -0500
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Nov 24, 2023
1 parent b6090f5 commit 4697475
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
label = "ENCODER";
status = "okay";
compatible = "alps,ec11";
steps = <24>;
steps = <12>;
a-gpios = <&gpio1 11 GPIO_PULL_UP>;
b-gpios = <&gpio1 15 GPIO_PULL_UP>;

Expand All @@ -129,7 +129,7 @@
sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder>;
triggers-per-rotation = <12>;
triggers-per-rotation = <1>;
};
};

Expand Down

0 comments on commit 4697475

Please sign in to comment.