machines: aramis: hardware: fix trackpoint device
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
77e53c1643
commit
53ad71fb7c
|
@ -29,6 +29,8 @@
|
|||
enable = true;
|
||||
|
||||
emulateWheel = true; # Holding middle buttons allows scrolling
|
||||
|
||||
device = "TPPS/2 Elan TrackPoint"; # Use the correct device name
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue