Add wide Thai keyboard layout

This commit is contained in:
Panawat Wong-klaew
2021-02-13 15:11:16 +00:00
parent 842e616cd3
commit 11952ed29a
3 changed files with 86 additions and 1 deletions

View File

@ -69,6 +69,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
("se", include_str!("../data/keyboards/se.yaml")),
("th", include_str!("../data/keyboards/th.yaml")),
("th_wide", include_str!("../data/keyboards/th_wide.yaml")),
("ua", include_str!("../data/keyboards/ua.yaml")),