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