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