Update the event map to CC to work with Kodi >= 17

Support for the Joystick config seem to have been broken: 
See the issue https://trac.kodi.tv/ticket/17313

So reconfigure the Wiimote as a Custom Controller
You also need the WiiRemote.xml config file attached in the ticket.
This commit is contained in:
Vincent Barbaresi 2019-08-20 21:41:22 +02:00 committed by GitHub
parent 0c53fbfb51
commit fd737143ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Pinger(Thread):
# Default settings
PROGRAM = "XBMC Wiimote Gateway"
ICON = "/usr/share/pixmaps/xbmc/bluetooth.png"
WIIMOTE_MAP = "JS0:WiiRemote"
WIIMOTE_MAP = "CC:WiiRemote"
WIIMOTE_CONVERT = { 1: cwiid.BTN_UP,
2: cwiid.BTN_DOWN,
3: cwiid.BTN_LEFT,