Skip to content

Commit

Permalink
revert to built-in scroll settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Feb 27, 2025
1 parent 04b50c9 commit 1a41ed6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -251,19 +251,10 @@
bindings = <&kp>, <&kp>;
};

rotary_scroll: rotary_mouse_wheel {
compatible = "zmk,behavior-input-two-axis";
#binding-cells = <1>;
x-input-code = <INPUT_REL_HWHEEL>;
y-input-code = <INPUT_REL_WHEEL>;
time-to-max-speed-ms = <500>;
acceleration-exponent = <0>;
};

scroll_rotation: sensor_rotation_scroll {
compatible = "zmk,behavior-sensor-rotate-var";
#sensor-binding-cells = <2>;
bindings = <&rotary_scroll>, <&rotary_scroll>;
bindings = <&msc>, <&msc>;
tap-ms = <50>;
};

Expand Down

0 comments on commit 1a41ed6

Please sign in to comment.