This commit is contained in:
parent
fe53a8bf77
commit
e9171772e7
1 changed files with 11 additions and 9 deletions
|
@ -223,15 +223,17 @@
|
||||||
mods = <(MOD_LSFT)>;
|
mods = <(MOD_LSFT)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mouse_move_x: mouse_move_x {
|
mouse_move_x: mouse_move_x {
|
||||||
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>;
|
||||||
mouse_move_y: mouse_move_y {
|
};
|
||||||
compatible = "zmk,behavior-sensor-rotate";
|
mouse_move_y: mouse_move_y {
|
||||||
#sensor-binding-cells = <0>;
|
compatible = "zmk,behavior-sensor-rotate";
|
||||||
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
|
#sensor-binding-cells = <0>;
|
||||||
|
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
|
||||||
|
tap-ms = <100>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue