Skip to content

Commit

Permalink
Try increased tap-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Machione committed Nov 28, 2023
1 parent 177815c commit 6438d83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/cornetto.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,28 @@
label = "MOUSE_SCROLL_UP";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
tap-ms = <20>;
tap-ms = <100>;
bindings = <&mwh SCROLL_UP>;
};
ms_down: ms_down {
label = "MOUSE_SCROLL_DOWN";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
tap-ms = <20>;
tap-ms = <100>;
bindings = <&mwh SCROLL_DOWN>;
};
ms_left: ms_left {
label = "MOUSE_SCROLL_LEFT";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
tap-ms = <20>;
tap-ms = <100>;
bindings = <&mwh SCROLL_LEFT>;
};
ms_right: ms_right {
label = "MOUSE_SCROLL_RIGHT";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
tap-ms = <20>;
tap-ms = <100>;
bindings = <&mwh SCROLL_RIGHT>;
};
};
Expand Down

0 comments on commit 6438d83

Please sign in to comment.