machines: aramis: hardware: fix trackpoint device
All checks were successful
continuous-integration/drone/push Build is passing

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:
Bruno BELANYI 2022-03-14 14:01:36 +01:00
parent 77e53c1643
commit 53ad71fb7c

View file

@ -29,6 +29,8 @@
enable = true;
emulateWheel = true; # Holding middle buttons allows scrolling
device = "TPPS/2 Elan TrackPoint"; # Use the correct device name
};
};
}