Skip to content

Commit

Permalink
change global-quick-tap-ms to require-prior-idle-ms due to upstream c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
lossanarch committed Sep 26, 2023
1 parent 8d91582 commit 34c4d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/rae_dux.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <200>;
global-quick-tap-ms = <50>;
require-prior-idle-ms = <50>;
bindings = <&kp>, <&kp>;
// hold-trigger-key-positions = <5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 25 26 27 28 29 30 31 32 33 34 35>;
};
Expand All @@ -96,7 +96,7 @@
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <200>;
global-quick-tap-ms = <50>;
require-prior-idle-ms = <50>;
bindings = <&kp>, <&kp>;
// hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 16 17 18 19 20 21 22 23 24 30 31 32 33 34 35>;
};
Expand All @@ -118,7 +118,7 @@
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <200>;
global-quick-tap-ms = <100>;
require-prior-idle-ms = <100>;
bindings = <&mo>, <&kp>;
};

Expand Down

0 comments on commit 34c4d15

Please sign in to comment.