Add setting for device keymap for devices with keymaps (#379)

* Added rx51_us keymap to nokia n900
* Added keymap option to init
* Made install command run setup-keymap when neccesary
* Validate keymap on install
This commit is contained in:
Martijn Braam 2017-08-19 23:40:20 +02:00 committed by Oliver Smith
parent c1a1f35239
commit c536e4ea58
6 changed files with 180 additions and 6 deletions

View file

@ -56,6 +56,7 @@ defaults = {
"work": os.path.expanduser("~") + "/.local/var/pmbootstrap",
"port_distccd": "33632",
"ui": "weston",
"keymap": "",
# aes-xts-plain64 would be better, but this is not supported on LineageOS
# kernel configs
@ -191,6 +192,9 @@ deviceinfo_attributes = [
# weston
"weston_pixman_type",
# keymaps
"keymaps",
]
#