We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061d94a commit b4548feCopy full SHA for b4548fe
config/cradio.keymap
@@ -102,7 +102,6 @@ combo_##name { \
102
/ {
103
combos {
104
compatible = "zmk,combos";
105
- COMBO(numb, &tog NUM, 25 26 33)
106
COMBO(vol_up, &kp C_VOL_UP, 9 19)
107
COMBO(vol_dn, &kp C_VOL_DN, 19 29)
108
// invoke macros
@@ -119,6 +118,10 @@ combo_##name { \
119
118
// noop thumbs
120
COMBO(thmb_l, &none, 30 31)
121
COMBO(thmb_r, &none, 32 33)
+ // layer toggle
122
+ COMBO(numb, &tog NUM, 25 26 33)
123
+ // delete word
124
+ COMBO(alt_bk, &kp LA(BSPC), 16 33)
125
};
126
127
0 commit comments