blob: 514d0b5327894000997e4ff8408f89a5cd024bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/** @file
*
* "by" keyboard mapping
*
* This file is automatically generated; do not edit
*
*/
FILE_LICENCE ( PUBLIC_DOMAIN );
#include <ipxe/keymap.h>
/** "by" keyboard mapping */
struct key_mapping by_mapping[] __keymap = {
};
|