combos
This commit is contained in:
parent
f59457cf87
commit
5280ec0231
1 changed files with 8 additions and 6 deletions
|
|
@ -71,12 +71,14 @@
|
|||
╰────────╯ ╰────────╯ */
|
||||
|
||||
/* Letters */
|
||||
COMBO(lower_v, &kp V, 1 2, DEF_L)
|
||||
COMBO(lower_q, &kp Q, 1 3, DEF_L)
|
||||
COMBO(lower_z, &kp Z, 20 21, DEF_L)
|
||||
COMBO(upper_v, &kp LS(V), 1 2, UPP_L)
|
||||
COMBO(upper_q, &kp LS(Q), 1 3, UPP_L)
|
||||
COMBO(upper_z, &kp LS(Z), 20 21, UPP_L)
|
||||
COMBO(lower_v, &kp V, 21 22, DEF_L)
|
||||
COMBO(lower_x, &kp X, 23 24, DEF_L)
|
||||
COMBO(lower_z, &kp Z, 24 25, DEF_L)
|
||||
COMBO(forward_slash, &kp FSLH, 20 21, DEF_L)
|
||||
COMBO(upper_v, &kp LS(V), 21 22, UPP_L)
|
||||
COMBO(upper_x, &kp LS(X), 23 24, UPP_L)
|
||||
COMBO(upper_z, &kp LS(Z), 24 25, UPP_L)
|
||||
COMBO(question_mark, &kp LS(FSLH), 20 21, UPP_L)
|
||||
|
||||
/* Brackets */
|
||||
COMBO(left_bracket, &kp LBKT, 1 11, DEF_L UPP_L SYM_L NUM_L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue