diff --git a/tools/make-keyboard-text-py/locales/DEFAULT.json b/tools/make-keyboard-text-py/locales/DEFAULT.json index ed5c8d6426..fe24a4978e 100644 --- a/tools/make-keyboard-text-py/locales/DEFAULT.json +++ b/tools/make-keyboard-text-py/locales/DEFAULT.json @@ -29,7 +29,9 @@ "z": [], "misc_b": [], - "misc_d": [], + "misc_d": [ + "đ" + ], "misc_f": [], "misc_g": [], "misc_h": [], @@ -45,7 +47,10 @@ "misc_w": [], "misc_x": [], "misc_y": [], - "misc_z": [], + "misc_z": [ + "ž", + "ź" + ], "misc_a": [ "à", @@ -89,12 +94,16 @@ "ū" ], "misc_s": [ + "š", + "ś", "ß" ], "misc_n": [ "ñ" ], "misc_c": [ + "č", + "ć", "ç" ], "nordic_row2_10": [ @@ -573,4 +582,4 @@ "r2_e1": "/" } -} \ No newline at end of file +}