summaryrefslogtreecommitdiffstats
path: root/src/hci/keymap/keymap_bg.c
Commit message (Collapse)AuthorAgeFilesLines
* [console] Update genkeymap to work with current databasesMichael Brown2022-02-101-15/+0Star
| | | | | | | | Rewrite genkeymap.pl in Python with added sanity checks, and update the list of keyboard mappings to remove those no longer supported by the underlying "loadkeys" tool. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [console] Add keymap generatorMichael Brown2011-03-161-0/+15
Inspired by LILO's keytab-lilo.pl, genkeymap.pl uses "loadkeys -b" to obtain a Linux keyboard map, and generates a file keymap_xx.c in hci/keymap. Signed-off-by: Michael Brown <mcb30@ipxe.org>