protonscr

Add support for the Wiimote as a controller

steamopen Feature RequestreviewedGeneral controller / Steam Input
ValveSoftware/steam-for-linux#2882 · opened 2013-09-28 by Oblomov · updated 2020-08-04 · 4 comments · github
OOblomov 2013-09-28 github

The Wiimote is supported in Linux kernels since version 3.1. However, due to the complex design of the controller, the driver exposes each subdevice (IR, accelerometer, buttons) and each extension as a separate device, none of which is recognized as a controller by Steam.

The xwiimote project (available here) can be used to interface with the Wiimote on a higher level. An example on how to use it can be seen in the xf86-input-xwiimote X input driver.

At the very least, support for the controller in “gamepad mode” (rotated left, without using the IR camera) would be ideal.

Aandreasnuesslein 2013-12-06 github

I second that motion

Ttristan-k 2015-03-06 github

+1

Ccantonios 2018-12-28 github

Yes please

Ppacdaemon 2020-08-04 github

I came across this trying to find a solution. It turns out that you can easily emulate an xbox controller with this project https://github.com/jgeumlek/MoltenGamepad. Tested with steam on linux.

Nothing extracted yet.