Added ch_wide

This commit is contained in:
Patrick Jörg
2021-06-27 19:04:07 +02:00
parent 6409ff3748
commit cce1f6b817
3 changed files with 95 additions and 1 deletions

View File

@ -31,6 +31,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
("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")),
("ch_wide", include_str!("../data/keyboards/ch_wide.yaml")),
("de", include_str!("../data/keyboards/de.yaml")),
("de_wide", include_str!("../data/keyboards/de_wide.yaml")),