Skip to content

Commit

Permalink
fix ü and ß combos
Browse files Browse the repository at this point in the history
  • Loading branch information
kilipan committed Nov 5, 2023
1 parent 0cd2400 commit e17b4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base_zilpzalp.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ combo_##NAME { \
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(_ue, &kp RA(U), 6 27)
COMBO(_sz, &kp RA(S), 9 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 e17b4bb

Please sign in to comment.