"it" keyboard mapping
More...
Go to the source code of this file.
"it" keyboard mapping
This file is automatically generated; do not edit
Definition in file keymap_it.c.
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
PUBLIC_DOMAIN | | ) |
|
◆ FILE_SECBOOT()
| FILE_SECBOOT |
( |
PERMITTED | | ) |
|
◆ it_basic
Initial value:= {
{ 0x1e, 0x36 },
{ 0x26, 0x2f },
{ 0x28, 0x29 },
{ 0x29, 0x3d },
{ 0x2a, 0x28 },
{ 0x2b, 0x5e },
{ 0x2d, 0x27 },
{ 0x2f, 0x2d },
{ 0x3c, 0x3b },
{ 0x3e, 0x3a },
{ 0x3f, 0x5f },
{ 0x40, 0x22 },
{ 0x5d, 0x2b },
{ 0x5e, 0x26 },
{ 0x5f, 0x3f },
{ 0x60, 0x5c },
{ 0x7d, 0x2a },
{ 0x7e, 0x7c },
{ 0xdc, 0x3c },
{ 0xfc, 0x3e },
{ 0, 0 }
}
"it" basic remapping
Definition at line 15 of file keymap_it.c.
15 {
16 { 0x1e, 0x36 },
17 { 0x26, 0x2f },
18 { 0x28, 0x29 },
19 { 0x29, 0x3d },
20 { 0x2a, 0x28 },
21 { 0x2b, 0x5e },
22 { 0x2d, 0x27 },
23 { 0x2f, 0x2d },
24 { 0x3c, 0x3b },
25 { 0x3e, 0x3a },
26 { 0x3f, 0x5f },
27 { 0x40, 0x22 },
28 { 0x5d, 0x2b },
29 { 0x5e, 0x26 },
30 { 0x5f, 0x3f },
31 { 0x60, 0x5c },
32 { 0x7d, 0x2a },
33 { 0x7e, 0x7c },
34 { 0xdc, 0x3c },
35 { 0xfc, 0x3e },
36 { 0, 0 }
37};
◆ it_altgr
Initial value:= {
{ 0x22, 0x23 },
{ 0x23, 0x7e },
{ 0x26, 0x7b },
{ 0x27, 0x23 },
{ 0x28, 0x5d },
{ 0x29, 0x7d },
{ 0x2a, 0x5b },
{ 0x2d, 0x60 },
{ 0x30, 0x7d },
{ 0x37, 0x7b },
{ 0x38, 0x5b },
{ 0x39, 0x5d },
{ 0x3a, 0x40 },
{ 0x3b, 0x40 },
{ 0x3d, 0x7e },
{ 0x40, 0x7e },
{ 0x51, 0x40 },
{ 0x5c, 0x60 },
{ 0x5f, 0x60 },
{ 0x71, 0x40 },
{ 0x7c, 0x7e },
{ 0, 0 }
}
"it" AltGr remapping
Definition at line 40 of file keymap_it.c.
40 {
41 { 0x22, 0x23 },
42 { 0x23, 0x7e },
43 { 0x26, 0x7b },
44 { 0x27, 0x23 },
45 { 0x28, 0x5d },
46 { 0x29, 0x7d },
47 { 0x2a, 0x5b },
48 { 0x2d, 0x60 },
49 { 0x30, 0x7d },
50 { 0x37, 0x7b },
51 { 0x38, 0x5b },
52 { 0x39, 0x5d },
53 { 0x3a, 0x40 },
54 { 0x3b, 0x40 },
55 { 0x3d, 0x7e },
56 { 0x40, 0x7e },
57 { 0x51, 0x40 },
58 { 0x5c, 0x60 },
59 { 0x5f, 0x60 },
60 { 0x71, 0x40 },
61 { 0x7c, 0x7e },
62 { 0, 0 }
63};
◆ __keymap
| struct keymap it_keymap __keymap |
Initial value:= {
.name = "it",
}
static struct keymap_key it_altgr[]
"it" AltGr remapping
static struct keymap_key it_basic[]
"it" basic remapping
"it" keyboard map
Definition at line 66 of file keymap_it.c.
66 {
67 .name = "it",
70};