Skip to content

Commit

Permalink
chore(keymap): using global timing config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Jan 19, 2024
1 parent 769d4a3 commit ef25b71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/include/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
};

&lt {
tapping-term-ms = <220>;
quick-tap-ms = <150>;
require-prior-idle-ms = <100>;
tapping-term-ms = <TAPPING_TERM_MS>;
quick-tap-ms = <QUICK_TAP_MS>;
require-prior-idle-ms = <REQUIRE_PRIOR_IDLE_MS>;
};

&sk {
Expand All @@ -50,6 +50,6 @@

&mt {
flavor = "tap-preferred";
tapping-term-ms = <220>;
quick-tap-ms = <220>;
tapping-term-ms = <TAPPING_TERM_MS>;
quick-tap-ms = <QUICK_TAP_MS>;
};

0 comments on commit ef25b71

Please sign in to comment.