recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom pin always on

felangga opened this issue · comments

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 ?