iPXE
Functions | Variables
keymap_mk.c File Reference

"mk" keyboard mapping More...

#include <ipxe/keymap.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (PUBLIC_DOMAIN)
 

Variables

static struct keymap_key mk_basic []
 "mk" basic remapping More...
 
static struct keymap_key mk_altgr []
 "mk" AltGr remapping More...
 
struct keymap mk_keymap __keymap
 "mk" keyboard map More...
 

Detailed Description

"mk" keyboard mapping

This file is automatically generated; do not edit

Definition in file keymap_mk.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( PUBLIC_DOMAIN  )

Variable Documentation

◆ mk_basic

struct keymap_key mk_basic[]
static
Initial value:
= {
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}

"mk" basic remapping

Definition at line 14 of file keymap_mk.c.

◆ mk_altgr

struct keymap_key mk_altgr[]
static
Initial value:
= {
{ 0, 0 }
}

"mk" AltGr remapping

Definition at line 21 of file keymap_mk.c.

◆ __keymap

struct keymap mk_keymap __keymap
Initial value:
= {
.name = "mk",
.basic = mk_basic,
.altgr = mk_altgr,
}
static struct keymap_key mk_basic[]
"mk" basic remapping
Definition: keymap_mk.c:14
static struct keymap_key mk_altgr[]
"mk" AltGr remapping
Definition: keymap_mk.c:21

"mk" keyboard map

Definition at line 26 of file keymap_mk.c.