xbmc / peripheral.joystick

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

[Android] Add buttonmap for newer Shield controller #152

Closed garbear closed 5 years ago

garbear commented 5 years ago

Button layout is the same as the older Shield controller in https://github.com/xbmc/peripheral.joystick/pull/151, so I copied the XML and changed the name and USB product ID. It should work.

Android actually maps pretty much every controller for its input API, so in the future we'll be able to use Android button mapping data to zero-config almost all controllers.