Skip to content

Commit

Permalink
keymap: tuned home row mods to urob config
Browse files Browse the repository at this point in the history
  • Loading branch information
wigol committed Aug 7, 2024
1 parent e247796 commit e0394f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
compatible = "zmk,behavior-hold-tap";
label = "left-homerow-mods";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <175>;
quick-tap-ms = <100>;
require-prior-idle-ms = <100>;
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
global-quick-tap;
bindings = <&kp>, <&kp>;
hold-trigger-on-release;
Expand All @@ -49,10 +49,10 @@
compatible = "zmk,behavior-hold-tap";
label = "right-homerow-mods";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <175>;
quick-tap-ms = <100>;
require-prior-idle-ms = <100>;
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>;
require-prior-idle-ms = <150>;
global-quick-tap;
bindings = <&kp>, <&kp>;
hold-trigger-on-release;
Expand Down

0 comments on commit e0394f0

Please sign in to comment.