This commit is contained in:
parent
1d95e0b0e4
commit
2e163af1b3
1 changed files with 4 additions and 4 deletions
|
@ -224,19 +224,19 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
mouse_move_x: mouse_move_x {
|
mouse_move_x: mouse_move_x {
|
||||||
compatible = "zmk,behavior-sensor-rotate-var";
|
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-var";
|
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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue