Skip to content

Commit

Permalink
Add spanish u dieresis (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Henderson <sthenderson@microsoft.com>
  • Loading branch information
hendstephen and Stephen Henderson authored Dec 19, 2024
1 parent d1d3f24 commit fecc868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zmk-helpers/unicode-chars/spanish.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ ZMK_UNICODE_PAIR(es_e_acute, N0, N0, E, N9, N0, N0, C, N9) // é/É
ZMK_UNICODE_PAIR(es_i_acute, N0, N0, E, D, N0, N0, C, D) // í/Í
ZMK_UNICODE_PAIR(es_o_acute, N0, N0, F, N3, N0, N0, D, N3) // ó/Ó
ZMK_UNICODE_PAIR(es_u_acute, N0, N0, F, A, N0, N0, D, A) // ú/Ú
ZMK_UNICODE_PAIR(es_u_dieresis, N0, N0, F, C, N0, N0, D, C) // ü/Ü
ZMK_UNICODE_PAIR(es_n_tilde, N0, N0, F, N1, N0, N0, D, N1) // ñ/Ñ

0 comments on commit fecc868

Please sign in to comment.