MickGyver / DaemonBite-Arcade-Encoder

An arcade controller project for the MiSTer FPGA project and any other device accepting USB HID joysticks. Up to 12 buttons are supported. Can also be used to create NeoGeo/Atari/Commodore/Amiga controller to USB adapters.
GNU General Public License v3.0
280 stars 48 forks source link

Changing the digital pin in case the board doesn't have enough #4

Open Gildedboy opened 3 years ago

Gildedboy commented 3 years ago

right now im trying to use the program and so far so good

sadly my arduino board (it's a Leonardo sold by a local electronic company) only have 13 digital pins instead of 16, so I'm unable to map out buttons B6-B7-B8, it is possible to change it so I can use another available pins?

the pin layout it's similar to this image

slybunda commented 2 years ago

you can map those pins to the analog ones A4 and A5