kanata: add my shitty dell keyboard

This commit is contained in:
Bloxx12 2025-06-04 22:31:01 +02:00
commit 22ab0638d2
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -22,6 +22,11 @@ in {
devices = ["/dev/input/by-path/platform-i8042-serio-0-event-kbd"];
config = builtins.readFile (./. + "/main.kbd");
};
keyboards.dell-keyboard = {
devices = ["/dev/input/by-path/usb-Dell_Dell_USB_Keyboard-event-kbd "];
config = builtins.readFile (./. + "/main.kbd");
};
};
};
}