aboutsummaryrefslogtreecommitdiff
path: root/src/hci/keymap/keymap_ua.c
blob: 50f2e184d66520c0c444efa4347f0fc1c053d454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @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 = {
	{ 0xdc, 0x3c },	/* Pseudo-'\\' => '<' */
	{ 0xfc, 0x3e },	/* Pseudo-'|' => '>' */
};