Merge branch 'fix-terminal-fr-wide' into 'master'

resources: add wide FR terminal keyboard

See merge request World/Phosh/squeekboard!486
This commit is contained in:
dcz
2021-11-23 13:58:58 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
// Terminal
("terminal/fr", include_str!("../data/keyboards/terminal/fr.yaml")),
("terminal/fr_wide", include_str!("../data/keyboards/terminal/fr_wide.yaml")),
("terminal/us", include_str!("../data/keyboards/terminal/us.yaml")),
("terminal/us_wide", include_str!("../data/keyboards/terminal/us_wide.yaml")),

View File

@ -93,6 +93,7 @@ foreach layout : [
# Terminal keyboards
'terminal/fr',
'terminal/fr_wide',
'terminal/us',
'terminal/us_wide',