From efecf3c8be003e6be30f82ff58404149ea5d8bb6 Mon Sep 17 00:00:00 2001 From: ldebritto Date: Wed, 5 Feb 2025 21:12:09 -0300 Subject: [PATCH] MOU toggle for extended mouse edits --- config/cradio.keymap | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 766f9e4..fff7cf2 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -81,6 +81,13 @@ layers = ; }; + toggle_mou_for_extended_edits { + key-positions = <21 22 23>; + bindings = <&tog MOU>; + require-prior-idle-ms = <200>; + layers = ; + }; + sticky_sym_layer_for_one_handed_activation { key-positions = <32 33>; bindings = <&sl SYM>; // usually just one symbol is used, so a &sl is better than &tog @@ -95,7 +102,7 @@ }; toggle_numpad { // For extended edits - key-positions = <21 22 23>; + key-positions = <26 27 28>; bindings = <&tog NUM>; layers = ; }; @@ -268,14 +275,6 @@ <¯o_release &lc NAV>; }; - mouseless: from_mou_to_def_with_mouseless { - compatible = "zmk,behavior-macro"; - #binding-cells = <0>; - bindings - = <¯o_tap &tog MOU> - , <¯o_tap &kp F19> - ; - }; }; conditional_layers {