Skip to content

Commit

Permalink
feat: stellt auf tap-unless-interrupted um
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmejaeger committed Dec 10, 2024
1 parent c407af2 commit ef6625e
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 @@ -42,7 +42,7 @@
hml: homerow_mods_left {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand All @@ -52,7 +52,7 @@
hmls: homerow_mods_left_shift {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand All @@ -62,7 +62,7 @@
hmla: homerow_mods_left_altgr {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand All @@ -72,7 +72,7 @@
hmr: homerow_mods_right {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand All @@ -82,7 +82,7 @@
hmrs: homerow_mods_right_shift {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand All @@ -92,7 +92,7 @@
hmra: homerow_mods_right_altgr {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
flavor = "tap-unless-interrupted";
tapping-term-ms = <200>;
quick-tap-ms = <0>;
#global-quick-tap;
Expand Down

0 comments on commit ef6625e

Please sign in to comment.