zmk/app/dts/behaviors/mouse_wheel.dtsi
2021-11-02 00:54:35 +03:00

9 lines
171 B
Text

/ {
behaviors {
/omit-if-no-ref/ mwh: behavior_mouse_wheel {
compatible = "zmk,behavior-mouse-wheel";
label = "MOUSE_WHEEL";
#binding-cells = <1>;
};
};
};