xbmc / peripheral.joystick

Kodi joystick support (drivers and button maps)
GNU General Public License v2.0
24 stars 46 forks source link

Joystick family support #32

Open garbear opened 8 years ago

garbear commented 8 years ago

The basic idea is to gather the alternative driver names from Kodi's old joystick keymaps and create "joystick families", which I have done (see joystickfamilies.xml).

Then, if the user plugs in a controller belonging to a joystick family, the button mapper can use a button map from a different controller of the same family.

garbear commented 8 years ago

Implemented in 0a4eff9dd8e15970baec7d49355c1f4639a7e67b. Leaving issue open until some bugs have been fixed.