forked from Mirror/pmbootstrap
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:
parent
c1a1f35239
commit
c536e4ea58
6 changed files with 180 additions and 6 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue