Hacking Your Mouse To Fix The Misclick Of Doom
Ever had your patience put on trial by glitchy mouse buttons? That is one problem that simply should never have been on any half-decent mice.
Wrapping Up
And that, folks, is how you hack a Trackman Marble to get rid of clicking glitches by making full use of its SPDT switches. The process should be very similar on any mouse utilizing similar hardware. The only mildly tricky part is figuring out how each switch gets read by the mouse's controller, particularly if it does something fancier than directly read whether the switch signal is high or low. It turned out slightly more complicated than I expected due to the odd circuitry on the left and right buttons tying into the PS/2 signals. But once that part got sorted out, the rest fell into place quickly enough. In the end, I would say the worst part of this little experiment was the tedious job of stripping and soldering over a dozen tiny wires.
When I gave the mouse a test-drive, all the button fussiness was gone. There were no misclicks or random drag-and-drop actions. It felt strange to have solid button behavior when my last memories of using the Trackman were so frustrating.
Was this all worthwhile? As a hobby or for curiosity's sake, it was a simple little project that I tackled mainly to prove that there is no reason for ancient switches to render your pointing device unusable due to contact bounce. For that purpose, I believe the project paid off, even though I doubt I'll use the Trackman for anything more than a spare.
Would I go through the hassle again? Probably not. After using the Trackman a bit for fun, I found that I did not like the left button's noticeably weaker feel. If I really wanted to repair this thing, I should have at least installed a new left button switch, though that would render my mod redundant. When my G500S' switches wear out, I'll be more inclined to simply replace the switches instead of modifying the PCB.
How about the total cost of my modification?
Item | Cost |
---|---|
CD4043 | $1.00 |
2N3904 | $0.50 ($0.25 x 2) |
Prototype board | $0.30 |
Wires | $1.00 |
Solder and other supplies | $1.00 |
Labor | $100 |
Total | $103.80 |
Financially, it makes little sense to bother with the repair unless you're trying to prove something to yourself. Repair costs that often exceed a replacement are the main reason why most consumer goods are rarely worth fixing. That doesn't change the fact that I am always annoyed when I run into easily preventable failures. The most expensive parts of my “perfect debounce” implementations are the SPDT switches, and those are already present, so there's no cost excuse to fall back on.
Are there any mouse manufacturers that use a variant of my SPDT debounce implementations? If not, I hope this little bit of increased consumer awareness will motivate manufacturers to do the right thing and implement one of these penny-scale fixes. There is no patent excuse for not doing so, since these techniques have been known for decades. I hadn't read through TI's CD4043's datasheet beyond the pin-out initially, but when I revisited the document to check something else, I noticed that SPDT debouncing is even given as an example application, albeit with 1MΩ resistors instead of the 10kΩ I used.
Stay On the Cutting Edge: Get the Tom's Hardware Newsletter
Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.
I would gladly pay $5 more for a mouse that offers lifetime glitch-free buttons over an otherwise identical model that doesn't. How much would such a feature be worth to you?
MORE: All Mice Content
MORE: All Peripherals Content
MORE: Peripherals in the Forums
Daniel Sauvageau is a Contributing Writer for Tom's Hardware. Follow him on Twitter and Google+.
-
SirGCal My problem with my MS is just finding a mouse I can use well period.I have some mice like this trackball myself and still can't use it properly. I need one controlled with the mind instead of hand. Which is probably coming sooner then we think.Reply -
theaudiophile Holy shit, you're crazy in many many ways. I am an electronics hobbyist myself, and you sir are simply insane. I hope this article gets enough traffic and ad clicks to make up for the time you put in instead of replacing switches.Reply -
mikesinner Both me and a friend of mine have already bought new mice, but I did keep the old one, a logitech G700 with the terribly annoying double click glitch when only single clicking. It's not a very old mouse either, so I find it very disturbing that the switch is already worn!Reply -
Daniel Sauvageau
You give me too much credit. This is a simple hack once you know what you are dealing with - finding out what you have to work with is usually the most tedious part of a modification job, especially when you don't have design schematics or someone else's instructions to start from.17690562 said:Holy shit, you're crazy in many many ways. I am an electronics hobbyist myself, and you sir are simply insane.
The hack might be more trouble than it is worth but it does show that there is no reason for mouse buttons with SPDT switches to glitch until the switch mechanically fails. Other than mice manufacturers choosing to design them this that way that is.
My G500S is about four years old and the glitching is at that early stage where I'm not sure if the glitches are caused by the mouse or by mouse movement when I click.17690678 said:Both me and a friend of mine have already bought new mice, but I did keep the old one, a logitech G700 with the terribly annoying double click glitch when only single clicking. It's not a very old mouse either, so I find it very disturbing that the switch is already worn!
-
BulkZerker http://www.epicpants.com/t-shirts/tek-syndicate-gaming-mouse-standard-issueReply
Problem solved.
-
razor512 Wouldn't it be easier to just use hall effect switches (like with some industrial machines)?Reply
The switches can be magnetically shielded, and as long as the button actuation functions (no broken springs), the button will continue to work, along with any vibrations of the actuation being calibrated out in software. -
buzzrattie Wish there were a mouse that was cat-hair proof. Dang little buggers shedding all the time, and getting into the laser.Reply -
Daniel Sauvageau
I doubt switches that require additional calibration steps would be popular in a market where manufacturers are trying to optimize every penny of profit they think they can get away with out of their product.17691040 said:Wouldn't it be easier to just use hall effect switches (like with some industrial machines)?
The switches can be magnetically shielded, and as long as the button actuation functions (no broken springs), the button will continue to work, along with any vibrations of the actuation being calibrated out in software.
One option which does not require calibration is optical sensing: poke a slotted stem through the detector. Most mechanical mice used optical wheel encoders to convert ball motion to digital. The same thing could be done for switches.
I doubt either option would be as inexpensive as a mechanical switch and with the "memory" version of my hack, it would be a practically free fix. Free is a tough price to beat.