Merge pull request #7 from vbarbaresi/patch-1

Update the event map to CC to work with Kodi >= 17
This commit is contained in:
Paul van Tilburg 2019-08-21 19:46:04 +02:00 committed by GitHub
commit e1088665e3
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,