Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-yi committed Feb 7, 2025
1 parent fb7feef commit b978a27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
// don't release mods on other mods presses
ignore-modifiers;
};
&mt {
flavor = "hold-preferred";
tapping-term-ms = <150>; // Reduced from default 200ms
quick-tap-ms = <100>; // Enable rapid tap sequences
require-prior-idle-ms = <50>; // Wait 50ms after last key
};


/ {
Expand Down Expand Up @@ -116,12 +122,6 @@
bindings = <&mo SETTINGS>;
};
};
&mt {
flavor = "hold-preferred";
tapping-term-ms = <150>; // Reduced from default 200ms
quick-tap-ms = <100>; // Enable rapid tap sequences
require-prior-idle-ms = <50>; // Wait 50ms after last key
};

keymap {
compatible = "zmk,keymap";
Expand Down

0 comments on commit b978a27

Please sign in to comment.