Homepage Forums RetroPie Project Controller Configuration in RetroPie Adafruiy retrogame, dpad works, buttons dont

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #109208
    xkrjaguar
    Participant

    Hi, as stated in the title I am using retrogame by adafruit and the dpad is working well! However I followed all the instructions on the readme and everything but the buttons still don’t work! :cry: :cry: :cry: :cry: :cry: anything you can help with that would be great!

    Here’s my code, seems good?
    // Input Output (from /usr/include/linux/input.h)
    { 25, KEY_LEFT }, // Joystick (4 pins)
    { 9, KEY_RIGHT },
    { 10, KEY_UP },
    { 17, KEY_DOWN },
    { 11, KEY_LEFTCTRL }, // A/Fire/jump/primary
    { 23, KEY_LEFTALT }, // B/Bomb/secondary
    { 8, KEY_ESC }, // start
    { 7, KEY_F1 }, // select
    // For credit/start/etc., use USB keyboard or add more buttons.
    { -1, -1 } }; // END OF LIST, DO NOT CHANGE

Viewing 1 post (of 1 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.