From fd737143ca41e013b11096930c7a71a5bda56a16 Mon Sep 17 00:00:00 2001 From: Vincent Barbaresi Date: Tue, 20 Aug 2019 21:41:22 +0200 Subject: [PATCH] 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. --- xbmc-wiimote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc-wiimote b/xbmc-wiimote index 1a468e4..9d70fd2 100755 --- a/xbmc-wiimote +++ b/xbmc-wiimote @@ -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,