keyboards: add wide French layout
This is a copy of the `fr` layout with modified key dimensions to fit a wide arrangement.
This commit is contained in:
@ -23,6 +23,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
||||
("es", include_str!("../data/keyboards/es.yaml")),
|
||||
("fi", include_str!("../data/keyboards/fi.yaml")),
|
||||
("fr", include_str!("../data/keyboards/fr.yaml")),
|
||||
("fr_wide", include_str!("../data/keyboards/fr_wide.yaml")),
|
||||
("gr", include_str!("../data/keyboards/gr.yaml")),
|
||||
("it", include_str!("../data/keyboards/it.yaml")),
|
||||
("jp+kana", include_str!("../data/keyboards/jp+kana.yaml")),
|
||||
|
||||
Reference in New Issue
Block a user