Skip to content

Commit

Permalink
Update settings.dtsi
Browse files Browse the repository at this point in the history
Try 3
  • Loading branch information
Patches-weaver committed Dec 19, 2023
1 parent ec91b4f commit 08ff32a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/includes/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
/*
* Layer Tap Settings
*/
&lt {
// &lt {
// Increase layer tap time
tapping-term-ms = <300>;
// tapping-term-ms = <300>;

// Quickly tap-tap-holding the lt button will repeat the tap behavior
// For example enter-enter-hold, will output multiple enter while you
// keep holding the key.
// But holding enter without double tapping, will activate the layer.
quick_tap_ms = <200>;
// quick_tap_ms = <200>;

flavor = "balanced";
};
// flavor = "balanced";
//};

/*
* Caps Word Settings
Expand Down

0 comments on commit 08ff32a

Please sign in to comment.