summaryrefslogblamecommitdiffstats
path: root/src/hci/keymap/keymap_uk.c
blob: 6550d8ee5466c36c2795748800590c3435259c5a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                    



                                         
/** @file
 *
 * "uk" keyboard mapping
 *
 * This file is automatically generated; do not edit
 *
 */

FILE_LICENCE ( PUBLIC_DOMAIN );

#include <ipxe/keymap.h>

/** "uk" keyboard mapping */
struct key_mapping uk_mapping[] __keymap = {
	{ 0x22, 0x40 },	/* '"' => '@' */
	{ 0x40, 0x22 },	/* '@' => '"' */
	{ 0x5c, 0x23 },	/* '\\' => '#' */
	{ 0x7c, 0x7e },	/* '|' => '~' */
};