zmk/app/dts/behaviors/mouse_scroll.dtsi
2023-02-08 21:34:05 +03:00

12 lines
264 B
Text

/ {
behaviors {
/omit-if-no-ref/ mwh: msc: behavior_mouse_scroll {
compatible = "zmk,behavior-mouse-scroll";
label = "MOUSE_SCROLL";
#binding-cells = <1>;
delay-ms = <0>;
time-to-max-speed-ms = <1000>;
acceleration-exponent = <0>;
};
};
};