commit b73dd2abc293650bbeeb011bc1ecf33ebc65e34b
parent 98861b03ae43d74203dd083f01808ef5b04d8c8e
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 8 Mar 2025 10:21:28 +0100
parent 98861b03ae43d74203dd083f01808ef5b04d8c8e
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 8 Mar 2025 10:21:28 +0100
configurations/nixos/services/keyd: add `lenovoKeyboard`
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/configurations/nixos/services/keyd.nix b/configurations/nixos/services/keyd.nix @@ -14,6 +14,16 @@ "rightcontrol" = "sysrq"; }; }; + lenovoKeyboard = { + ids = [ "17ef:60e1:8b754650" ]; + settings.main = { + "leftcontrol" = "leftalt"; + "leftalt" = "leftcontrol"; + "rightalt" = "rightcontrol"; + "sysrq" = "rightalt"; + "rightcontrol" = "sysrq"; + }; + }; }; } \ No newline at end of file