From ef6625ed19cd63076051b465f77baaecac9e0295 Mon Sep 17 00:00:00 2001 From: Michael Me Jaeger Date: Tue, 10 Dec 2024 12:41:04 +0100 Subject: [PATCH] feat: stellt auf tap-unless-interrupted um --- config/cradio.keymap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 5a2b28d..b5bf684 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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;