fix laptop keybosrd

This commit is contained in:
Johannes Jöns 2024-07-15 09:01:43 +02:00
parent 149985a26b
commit 24b0ed3e20
2 changed files with 14 additions and 1 deletions

View file

@ -18,6 +18,7 @@ in
enable = true;
config = {
output = {
# Main Desktop
"Acer Technologies Acer AL1717 0x70201097" = {
mode = "1280x1024@75.025Hz";
pos = "2560 0";
@ -32,6 +33,18 @@ in
transform = "270";
pos = "-1080 0";
};
# FrameWork 16
"BOE 0x0BC9 Unknown" = {
mode = "2560x1600@165.000Hz";
pos = "0 0";
};
};
input = {
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
"xkb_layout" = "us";
"xkb_variant" = "altgr-intl";
"xkb_model" = "pc104";
};
};
};
};

View file

@ -26,7 +26,7 @@ in
};
console = {
enable = true;
keyMap = "de";
keyMap = cfg.layout;
};
};
}