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