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