Skip to content

Commit

Permalink
Make German umlauts more accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Oct 26, 2024
1 parent 5b4e8a1 commit f5f35dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/leader.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ tapping the leader key. */

/* German umlauts */

ZMK_LEADER_SEQUENCE(de_ae, &de_ae, LM4 RM2) // ä
ZMK_LEADER_SEQUENCE(de_oe, &de_oe, RM4 RM2) // ö
ZMK_LEADER_SEQUENCE(de_ue, &de_ue, RT2 RM2) // ü
ZMK_LEADER_SEQUENCE(de_eszett, &de_eszett, LM2 LM2) // ß
ZMK_LEADER_SEQUENCE(de_ae, &de_ae, LM4) // ä
ZMK_LEADER_SEQUENCE(de_oe, &de_oe, RM4) // ö
ZMK_LEADER_SEQUENCE(de_ue, &de_ue, RT2) // ü
ZMK_LEADER_SEQUENCE(de_eszett, &de_eszett, LM2) // ß

/* Greek letters */

Expand Down

0 comments on commit f5f35dd

Please sign in to comment.