add / and ?

This commit is contained in:
Glen Goodwin 2022-01-06 11:13:54 -05:00
parent a95bdfb6ce
commit f5ad786da7

View file

@ -72,9 +72,11 @@
COMBO(lower_v, &kp V, 1 2, DEF_L)
COMBO(lower_x, &kp X, 1 3, DEF_L)
COMBO(lower_z, &kp Z, 20 21, DEF_L)
COMBO(forward_slash, &kp FSLH, 2 3, DEF_L)
COMBO(upper_v, &kp LS(V), 1 2, UPP_L)
COMBO(upper_x, &kp LS(X), 1 3, UPP_L)
COMBO(upper_z, &kp LS(Z), 20 21, UPP_L)
COMBO(question_mark, &kp LS(FSLH), 2 3, UPP_L)
/* Brackets */
COMBO(left_bracket, &kp LBKT, 1 11, DEF_L UPP_L SYM_L NUM_L)