RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Keymap for Kodi / Dragonrise USB (Zero Delay)

    Scheduled Pinned Locked Moved Help and Support
    2 Posts 2 Posters 1.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Chillimonster
      last edited by

      I think i'm having a 'moment' as i cannot for the life of me get a working keymap for my Zero Delay encoders in Kodi.

      I can move left and right, but up and down not working.

      I'm on Retropie 3.8.1 if that helps as the Zero Delay Encoders got slightly screwed with this update moving the Up/Down axis onto '3' (if you get what i mean), but i sorted that out by altering my retroarch and es-input files,.

      Any help would be appreciated.

      J 1 Reply Last reply Reply Quote 0
      • J
        jretropie @Chillimonster
        last edited by

        @Chillimonster I got this fixed on retropie 4.0. It needs to hex edit the driver file.

        wget http://sourceforge.net/projects/hte/files/ht-source/ht-2.1.0.tar.bz2
        tar -vxjf ht-2.1.0.tar.bz2
        cd cd ht-2.1.0
        sudo apt-get install libncurses5-dev libncursesw5-dev
        ./configure
        sudo make
        sudo make install

        sudo ht /lib/modules/4.4.13+/kernel/drivers/hid/hid-dr.ko
        alt + L and select replace (Use tab key go to hex)

        09 30 09 33 09 32 09 31 09 34 (put in find field)

        09 30 09 31 09 32 09 33 09 34 (put in replace field)

        Yes to confirm. Alt + F and select save. Alt + F select exit

        sudo ht /lib/modules/4.4.13-v7+/kernel/drivers/hid/hid-dr.ko
        and do the same replace again

        rm /home/pi/.emulationstation/es_input.cfg

        reboot

        Redefine controllers in ES.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.