mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Changed and fixed Mouse Move Sensitivity
This commit is contained in:
parent
2e163af1b3
commit
a2a766b78a
|
|
@ -227,16 +227,13 @@
|
|||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>;
|
||||
|
||||
tap-ms = <350>;
|
||||
tap-ms = <100>;
|
||||
};
|
||||
|
||||
mouse_move_y: mouse_move_y {
|
||||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
|
||||
|
||||
tap-ms = <350>;
|
||||
tap-ms = <100>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue