Skip to content

Commit

Permalink
Increased quick-tap-ms and require-prior-idle-ms on home row mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 23, 2025
1 parent c2b3ea7 commit 21a4a1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
#define AGS 7
#define ABS 8

#define HYPER LG(LS(LC(LALT))) // HYPER key for another shortcut layer
#define HYPER LG(LS(LC(LALT))) // HYPER key

// Customizing behaviors

&sk {
quick-release; // Avoids "THis" problem (double capitalization)
release-after-ms = <86400000>;// Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key.
release-after-ms = <86400000>; // Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key.
};

&caps_word { continue-list = <UNDERSCORE MINUS BACKSPACE DELETE K_CANCEL LSHFT SQT CARET TILDE GRAVE SLASH MINUS>; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys.
Expand Down Expand Up @@ -196,8 +196,8 @@
flavor = "balanced";
tapping-term-ms = <280>;
hold-trigger-on-release;
quick-tap-ms = <175>;
require-prior-idle-ms = <175>;
quick-tap-ms = <200>;
require-prior-idle-ms = <250>;
};

hrmr: hrmr { // urob's home row mods right
Expand All @@ -210,8 +210,8 @@
tapping-term-ms = <280>;
hold-trigger-key-positions = <0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33>; // left-side + thumbs
hold-trigger-on-release;
quick-tap-ms = <175>;
require-prior-idle-ms = <175>;
quick-tap-ms = <200>;
require-prior-idle-ms = <250>;
};

};
Expand Down

0 comments on commit 21a4a1b

Please sign in to comment.