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