Changed and fixed Mouse Move Sensitivity
Some checks failed
/ build (push) Failing after 2m33s

This commit is contained in:
Kaybee 2024-09-22 22:54:54 +02:00
parent 2e163af1b3
commit a2a766b78a

View file

@ -227,16 +227,13 @@
compatible = "zmk,behavior-sensor-rotate"; compatible = "zmk,behavior-sensor-rotate";
#sensor-binding-cells = <0>; #sensor-binding-cells = <0>;
bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>; bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>;
tap-ms = <100>;
tap-ms = <350>;
}; };
mouse_move_y: mouse_move_y { mouse_move_y: mouse_move_y {
compatible = "zmk,behavior-sensor-rotate"; compatible = "zmk,behavior-sensor-rotate";
#sensor-binding-cells = <0>; #sensor-binding-cells = <0>;
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>; bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
tap-ms = <100>;
tap-ms = <350>;
}; };
}; };