Is there big buttons i can map to wasd and mouse

mariah@feddit.rocks to Linux@lemmy.ml – 34 points –

I keep breaking every joystick i have so i want buttons

14

You have to give us more information.

Steam?

Controller?

What Buttons?

Maybe the Steam controller, mapping the touch pads to joystick input, if that would reduce impact.
Xbox's Adaptive Controllers and Sony's Leonardo both look really cool, if expensive.

First-party Nintendo Switch controllers have all gone bad on me with their flawed joysticks, but the 8Bit-do pro controllers I've used have been great, joystick-wise, and work over Bluetooth for PC games on Linux.

I have the xbox adaptive controller

How is it? I've read complaints about required parts coming separately, and at additional costs. Are there any third-party add-ons or customizations that are compatible?
Edit: looks like it's a very open system: https://learn.adafruit.com/diy-adaptive-game-controllers/interfacing-buttons-and-switches
but I don't know where to begin looking for vendors. Might be a custom job.
Looking further, Logitech has a kit for extending the XAC but it doesn't include any joysticks.

Get some arcade game buttons and build your own controller. Those buttons are tough, so you should have a much harder time breaking them. You can hook it all up to an Arduino Pro Micro and program it to appear as a USB HID device. There are also dedicated arcade game input boards if you don't want to program anything.

Agreed, the DIY arcade stick / fighting game controllers community has the most robust hardware and its not expensive, either!

I've bought about a half dozen of those dedicated boards. Very nice to be able to trivially attach switches & buttons to the computer.

Sure. If you have a custom keyboard that runs QMK, VIA, or similar open-source firmware, "mouse keys" are a standard feature. If you don't want a full keyboard, you might want the kind of device sold as a "macropad".

Of course, there is some learning and configuration involved!