DsChAeK / picade

This is a modified firmware for the retail Picade arduino board to be able to use recalbox.
2 stars 1 forks source link

up/down buttons #4

Open davy33 opened 5 years ago

davy33 commented 5 years ago

hi! and thx for the work ! i upload picade 1.3 to my arduino... what u mean by "optional" for the volume buttons? because they are still control sound and i can't configure them for input... how to do it please (sorry for my english i'm french :) )

DsChAeK commented 5 years ago

There is a option in the config.h which can be commented to disable the volume control.

     #define ENABLE_VOLUME_BUTTONS

But this is only working for the keyboard mode! The simple reason for this is that a SNES controller has not enough buttons...

Enjoy :)