diff options
Diffstat (limited to 'src/hci/keymap/keymap_lt.c')
-rw-r--r-- | src/hci/keymap/keymap_lt.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_lt.c b/src/hci/keymap/keymap_lt.c new file mode 100644 index 000000000..1a76c371c --- /dev/null +++ b/src/hci/keymap/keymap_lt.c @@ -0,0 +1,16 @@ +/** @file + * + * "lt" keyboard mapping + * + * This file is automatically generated; do not edit + * + */ + +FILE_LICENCE ( PUBLIC_DOMAIN ); + +#include <ipxe/keymap.h> + +/** "lt" keyboard mapping */ +struct key_mapping lt_mapping[] __keymap = { + { 0x7f, 0x08 }, /* 0x7f => Ctrl-H */ +}; |