[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:
Michael Brown
2022-02-16 00:11:33 +00:00
parent 252cff5e9a
commit 11e17991d0
3 changed files with 7 additions and 3 deletions

View File

@@ -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,