From a86aa73912b07c2a22b9af2b958d622fa77bb85b Mon Sep 17 00:00:00 2001 From: ldebritto Date: Mon, 27 Jan 2025 16:28:54 -0300 Subject: [PATCH] Mirrored BSPC combo for better usage with a numpad --- config/cradio.keymap | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 40bd672..7332d4c 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -38,7 +38,7 @@ combos { compatible = "zmk,combos"; - // Making the keyboard more accessible for one-handed use + // Making the keyboard more accessible for one-handed use with a mouse left_hand_esc { // Left hand is great to allow mouse usage simultaneously bindings = <&kp ESCAPE>; @@ -58,12 +58,20 @@ require-prior-idle-ms = <200>; }; + // Right hand sibblings for ENTER and BACKSPACE + right_hand_enter { // Feels more natural to press ENTER with the right hand bindings = <&hrmr RA(LS(RGUI)) ENTER>; key-positions = <16 17 18>; require-prior-idle-ms = <200>; }; + right_hand_backspace { + bindings = <&hrml RA(RGUI) BSPC>; + key-positions = <16 18>; + require-prior-idle-ms = <200>; + }; + // Layer toggles and other gimmickry toggle_nav_for_extended_edits {