Introducing ch+de layout and modified ch.yaml fallback

Autor:           Patrick Jörg <patrickjoerg@gmx.ch>
This commit is contained in:
Patrick Jörg
2021-06-08 17:06:36 +00:00
committed by Patrick Jörg
parent e073434781
commit 6409ff3748
4 changed files with 78 additions and 3 deletions

View File

@ -29,6 +29,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("br", include_str!("../data/keyboards/br.yaml")),
("ch+fr", include_str!("../data/keyboards/ch+fr.yaml")),
("ch+de", include_str!("../data/keyboards/ch+de.yaml")),
("ch", include_str!("../data/keyboards/ch.yaml")),
("de", include_str!("../data/keyboards/de.yaml")),