Added US Colemak Keyboard Layout

This commit is contained in:
clonex10100
2020-11-02 13:27:27 -05:00
parent 74a5b0937b
commit cf09d1b3bc
3 changed files with 80 additions and 1 deletions

View File

@ -14,6 +14,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
// layouts: us must be left as first, as it is the,
// fallback layout. The others should be alphabetical.
("us", include_str!("../data/keyboards/us.yaml")),
("us+colemak", include_str!("../data/keyboards/us+colemak.yaml")),
("us_wide", include_str!("../data/keyboards/us_wide.yaml")),
("br", include_str!("../data/keyboards/br.yaml")),
("de", include_str!("../data/keyboards/de.yaml")),