Skip to content

Commit

Permalink
reduce scrollwheel sensitvity
Browse files Browse the repository at this point in the history
  • Loading branch information
charludo committed Oct 15, 2023
1 parent 547f75e commit a87e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/shields/arkenswoop/arkenswoop.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9)
sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <15>;
triggers-per-rotation = <5>;
};
};

Expand Down

0 comments on commit a87e95b

Please sign in to comment.