Skip to content

Commit

Permalink
Update behaviors.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
ochief committed Dec 9, 2024
1 parent ea27352 commit 135c8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>; // double tapping same key allows for repeating
global-quick-tap-ms = <60>; // without PR #1387 use global-quick-tap instead
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_R THUMBS>;
hold-trigger-on-release; // delay positional check until key-release
Expand All @@ -56,7 +56,7 @@
flavor = "balanced";
tapping-term-ms = <280>;
quick-tap-ms = <175>; // double tapping same key allows for repeating
global-quick-tap-ms = <60>; // without PR #1387 use global-quick-tap instead
require-prior-idle-ms = <150>;
bindings = <&kp>, <&kp>;
hold-trigger-key-positions = <KEYS_L THUMBS>;
hold-trigger-on-release; // delay positional check until key-release
Expand Down

0 comments on commit 135c8a6

Please sign in to comment.