Hi,
I was able to install my snes usb controller for all emulators using the following code:
sudo chown pi /opt/retropie/configs/all/retroarch.cfg
cd /opt/retropie/emulators/RetroArch/installdir/bin
sudo ./retroarch-joyconfig -j 0 >> /opt/retropie/configs/all/retroarch.cfg
I get asked to press all keys on the joypad and then its configured for every emulator. Simple and effective.
Now here is the problem.
I am letting my gpio on my raspberry B+ emulate keyboard strokes.
Is there a way to setup my ‘keyboard’ for every emulator with a similar approach as described as above?