Skip to content

Commit

Permalink
2.63: add tap-ms to new rot behaviors
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Jan 15, 2024
1 parent 041a438 commit 189906e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/shared.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VER_PATCH N2
#define VER_PATCH N3
#define VER_MINOR N6
#define VER_MAJOR N2

Expand Down Expand Up @@ -695,11 +695,13 @@
rot_mmv: sensor_rotate_mmv {
compatible = "zmk,behavior-sensor-rotate-var";
#sensor-binding-cells = <2>;
tap-ms = <100>;
bindings = <&mmv>, <&mmv>;
};
rot_msc: sensor_rotate_msc {
compatible = "zmk,behavior-sensor-rotate-var";
#sensor-binding-cells = <2>;
tap-ms = <100>;
bindings = <&msc>, <&msc>;
};

Expand Down

0 comments on commit 189906e

Please sign in to comment.