From 3f05a82fec6223a49df300a9cbf80c6245c3f99e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 6 Feb 2022 19:33:20 +0000 Subject: [console] Update genkeymap to work with current databases 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 --- src/hci/keymap/keymap_sr-latin.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/hci/keymap/keymap_sr-latin.c (limited to 'src/hci/keymap/keymap_sr-latin.c') diff --git a/src/hci/keymap/keymap_sr-latin.c b/src/hci/keymap/keymap_sr-latin.c new file mode 100644 index 000000000..9d76e8a6c --- /dev/null +++ b/src/hci/keymap/keymap_sr-latin.c @@ -0,0 +1,15 @@ +/** @file + * + * "sr-latin" keyboard mapping + * + * This file is automatically generated; do not edit + * + */ + +FILE_LICENCE ( PUBLIC_DOMAIN ); + +#include + +/** "sr-latin" keyboard mapping */ +struct key_mapping sr_latin_mapping[] __keymap = { +}; -- cgit v1.2.3-55-g7522