blob: 422b6c69f2e0ed1cb6187a3ba37007d77713f69e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/** @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 = {
};
|