Skip to content

Commit

Permalink
80/20 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 15, 2025
1 parent d0668ac commit b4e7dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/shields/chuck/chuck.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
compatible = "alps,ec11";
a-gpios = <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
steps = <72>;
steps = <80>;
status = "disabled";
};

sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder>;
triggers-per-rotation = <24>;
triggers-per-rotation = <20>;
};
};

Expand Down

0 comments on commit b4e7dc6

Please sign in to comment.