aboutsummaryrefslogtreecommitdiff
path: root/src/hci/keymap/keymap_ru.c
blob: c120ffd820178989a1315a3d9afd9742c506c612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @file
 *
 * "ru" keyboard mapping
 *
 * This file is automatically generated; do not edit
 *
 */

FILE_LICENCE ( PUBLIC_DOMAIN );

#include <ipxe/keymap.h>

/** "ru" keyboard mapping */
struct key_mapping ru_mapping[] __keymap = {
	{ 0x0d, 0x0a },	/* Ctrl-M => Ctrl-J */
};