Skip to content

Commit

Permalink
Mirrored BSPC combo for better usage with a numpad
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 27, 2025
1 parent dd2cbc5 commit a86aa73
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand All @@ -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 {
Expand Down

0 comments on commit a86aa73

Please sign in to comment.