blob: b8e604a4838cc13ba3cb02184f5541e35507595e [file] [log] [blame]
/** @file
*
* "us" keyboard mapping
*
* This file is automatically generated; do not edit
*
*/
FILE_LICENCE ( PUBLIC_DOMAIN );
#include <ipxe/keymap.h>
/** "us" basic remapping */
static struct keymap_key us_basic[] = {
{ 0, 0 }
};
/** "us" AltGr remapping */
static struct keymap_key us_altgr[] = {
{ 0, 0 }
};
/** "us" keyboard map */
struct keymap us_keymap __keymap_default = {
.name = "us",
.basic = us_basic,
.altgr = us_altgr,
};