diff --git a/modules/common/hardware/lenovo-x1/definitions/x1-gen11.nix b/modules/common/hardware/lenovo-x1/definitions/x1-gen11.nix index bd3c2ec43..72818febd 100644 --- a/modules/common/hardware/lenovo-x1/definitions/x1-gen11.nix +++ b/modules/common/hardware/lenovo-x1/definitions/x1-gen11.nix @@ -4,8 +4,17 @@ { name = "Lenovo X1 Carbon Gen 11"; - mouse = ["ELAN067C:00 04F3:31F9 Mouse" "SYNA8016:00 06CB:CEB3 Mouse"]; - touchpad = ["ELAN067C:00 04F3:31F9 Touchpad" "SYNA8016:00 06CB:CEB3 Touchpad"]; + mouse = [ + "ELAN067C:00 04F3:31F9 Mouse" + "SYNA8016:00 06CB:CEB3 Mouse" + "ELAN067B:00 04F3:31F8 Mouse" + ]; + + touchpad = [ + "ELAN067C:00 04F3:31F9 Touchpad" + "SYNA8016:00 06CB:CEB3 Touchpad" + "ELAN067B:00 04F3:31F8 Touchpad" + ]; disks = { disk1.device = "/dev/nvme0n1";