Gamecon and Powerbutton use the same GPIOs
- 
					
					
					
					
 Gamecon controllers and the power and reset buttons seem to use the same GPIO (2 and 3) Is it possible to change the GPIO? 
- 
					
					
					
					
 @teko power scripts use GPIO 3-5-6 ( pin number). You may eventually change them if you need to 
- 
					
					
					
					
 @substring So in a later version it will be possible to change the Pins? I could just not use the reset button, but it seems like the Power LED only works with Switch+Reset mode. 
- 
					
					
					
					
 @teko whatever you expect, GPIO can't be shared or you'll face some serious malfunction. 1 GPIO pin should be used for only a single purpose : arcade button, led, reset or power. With the configurable mk_arcade, you must remove as many arcade buttons as "side use" you'd wish.if you want power + reset + led, that's 3 gpio ... 3 less arcade buttons, not sure it's a good idea 
