machines: aramis: hardware: fix trackpoint device
My trackpoint, and its buttons, had stopped working a while ago. Before that, I regularly had problems where the cursor jumped around randomly, or the buttons stopped working. This seems to have fixed it.
This commit is contained in:
parent
bab317e2f4
commit
581aa1b4e3
|
@ -29,6 +29,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
emulateWheel = true; # Holding middle buttons allows scrolling
|
emulateWheel = true; # Holding middle buttons allows scrolling
|
||||||
|
|
||||||
|
device = "TPPS/2 Elan TrackPoint"; # Use the correct device name
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue