Skip to content

Commit

Permalink
increase tapping-term-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
wochap committed Oct 16, 2024
1 parent 5d50e68 commit 3150fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Git commit and push, GH Actions will build the firmware

```
$ cd ./path_to_this_repository
$ nix develop .#
$ just build all
$ # copy `firmware` folder content to `nice nano`
```
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
c_hm_l: homerow_left_mod {
compatible = "zmk,behavior-hold-tap";
quick-tap-ms = <150>; // tap held if same key is pressed twice within that time
tapping-term-ms = <250>;
tapping-term-ms = <275>;
require-prior-idle-ms = <150>; // tap if prev non modifier key was pressed within that time
flavor = "balanced"; // hold if another key is both pressed and released within the tapping term
#binding-cells = <2>;
Expand All @@ -47,7 +47,7 @@
c_hm_r: homerow_right_mod {
compatible = "zmk,behavior-hold-tap";
quick-tap-ms = <150>; // tap held if same key is pressed twice within that time
tapping-term-ms = <250>;
tapping-term-ms = <275>;
require-prior-idle-ms = <150>; // tap if prev non modifier key was pressed within that time
flavor = "balanced"; // hold if another key is both pressed and released within the tapping term
#binding-cells = <2>;
Expand Down

0 comments on commit 3150fff

Please sign in to comment.