Skip to content

Commit

Permalink
tapping term ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dudicoco committed Jan 9, 2025
1 parent 1ed6825 commit 0959682
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
behaviors {
space: space {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
label = "Space";
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <150>;
flavor = "tap-preferred";
};
Expand All @@ -35,7 +34,7 @@
#binding-cells = <2>;
label = "HOMEROW_MODS_LEFT_HAND";
bindings = <&kp>, <&kp>;
tapping-term-ms = <280>;
tapping-term-ms = <150>;
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
flavor = "balanced";
Expand All @@ -47,7 +46,7 @@
#binding-cells = <2>;
label = "HOMEROW_MODS_RIGHT_HAND";
bindings = <&kp>, <&kp>;
tapping-term-ms = <280>;
tapping-term-ms = <150>;
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
flavor = "balanced";
Expand Down

0 comments on commit 0959682

Please sign in to comment.