9 lines
171 B
Text
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>;
|
|
};
|
|
};
|
|
};
|