Skip to content

Commit

Permalink
fix combo naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed Nov 5, 2023
1 parent 321ea3d commit 0cd2400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/base_zilpzalp.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ combo_##NAME { \
COMBO(q, &kp Q, 1 2)
COMBO(z, &kp Z, 18 19)
COMBO(v, &kp V, 0 1)
COMBO(ae, &kp RA(A), 15 27)
COMBO(oe, &kp RA(O), 17 27)
COMBO(ue, &kp RA(U), 12 27)
COMBO(sz, &kp RA(S), 13 24)
COMBO(_ae, &kp RA(A), 15 27)
COMBO(_oe, &kp RA(O), 17 27)
COMBO(_ue, &kp RA(U), 12 27)
COMBO(_sz, &kp RA(S), 13 24)
COMBO(sch, &macro_sch, 0 2)
COMBO(slash, &kp SLASH, 22 23)
COMBO(dash, &kp MINUS, 21 22)
Expand Down

0 comments on commit 0cd2400

Please sign in to comment.