Skip to content

Commit b4548fe

Browse files
committed
Add Alt Backspace combo
1 parent 061d94a commit b4548fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/cradio.keymap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ combo_##name { \
102102
/ {
103103
combos {
104104
compatible = "zmk,combos";
105-
COMBO(numb, &tog NUM, 25 26 33)
106105
COMBO(vol_up, &kp C_VOL_UP, 9 19)
107106
COMBO(vol_dn, &kp C_VOL_DN, 19 29)
108107
// invoke macros
@@ -119,6 +118,10 @@ combo_##name { \
119118
// noop thumbs
120119
COMBO(thmb_l, &none, 30 31)
121120
COMBO(thmb_r, &none, 32 33)
121+
// layer toggle
122+
COMBO(numb, &tog NUM, 25 26 33)
123+
// delete word
124+
COMBO(alt_bk, &kp LA(BSPC), 16 33)
122125
};
123126
};
124127

0 commit comments

Comments
 (0)