recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017
GNU General Public License v2.0
200 stars 120 forks source link

Custom pin always on #64

Closed felangga closed 5 years ago

felangga commented 5 years ago

Hi, I'm using this driver with custom gpio pin which is mode number 4. I'm using this command and loaded on /etc/rc.local

sudo modprobe mk_arcade_joystick_rpi map=4 gpio=4,17,27,22,10,9,25,24,23,18,15,14,7,8,11

But the problem is, when I test using jstest /dev/input/js0, gpio number 11 which is pin for hotkey button always on. Btw I added two more button for L2 R2.

How to fix this ?