Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Robert U <urob@users.noreply.github.com> Co-authored-by: Shawn Meier <ftc@users.noreply.github.com>
12 lines
324 B
Text
12 lines
324 B
Text
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ mmv: behavior_mouse_move {
|
|
compatible = "zmk,behavior-mouse-move";
|
|
label = "MOUSE_MOVE";
|
|
#binding-cells = <1>;
|
|
delay-ms = <0>;
|
|
time-to-max-speed-ms = <300>;
|
|
acceleration-exponent = <1>;
|
|
};
|
|
};
|
|
};
|