This commit is contained in:
parent
fe53a8bf77
commit
e9171772e7
1 changed files with 11 additions and 9 deletions
|
@ -227,11 +227,13 @@
|
|||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>;
|
||||
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 = <100>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue