layout: Register it
This commit is contained in:
@ -7,6 +7,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
||||
("us", include_str!("../data/keyboards/us.yaml")),
|
||||
("el", include_str!("../data/keyboards/el.yaml")),
|
||||
("es", include_str!("../data/keyboards/es.yaml")),
|
||||
("it", include_str!("../data/keyboards/it.yaml")),
|
||||
("nb", include_str!("../data/keyboards/nb.yaml")),
|
||||
("number", include_str!("../data/keyboards/number.yaml")),
|
||||
];
|
||||
|
||||
@ -47,7 +47,7 @@ endforeach
|
||||
# The layout test is in the examples directory
|
||||
# due to the way Cargo builds executables
|
||||
# and the need to call it manually
|
||||
foreach layout : ['us', 'el', 'es', 'nb', 'number']
|
||||
foreach layout : ['us', 'el', 'es', 'it', 'nb', 'number']
|
||||
test(
|
||||
'test_layout_' + layout,
|
||||
cargo_script,
|
||||
|
||||
Reference in New Issue
Block a user