mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[console] Ensure that US keyboard map appears at start of linker table
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -21,7 +21,7 @@ static struct keymap_key us_altgr[] = {
|
||||
};
|
||||
|
||||
/** "us" keyboard map */
|
||||
struct keymap us_keymap __keymap = {
|
||||
struct keymap us_keymap __keymap_default = {
|
||||
.name = "us",
|
||||
.basic = us_basic,
|
||||
.altgr = us_altgr,
|
||||
|
||||
Reference in New Issue
Block a user