I understand why fbcp doesn't work.
if i have controllers.gpio.enabled=0 it works good
when i enabled it (controllers.gpio.enabled=1) and changed the used pins fbcp doesn't works.
I change the pin used for button in recalbox.conf with
...........................................
controllers.gpio.enabled=1
...........................................
controllers.gpio.args=map=5 gpio=21,12,6,14,16,15,26,19,5,-1,-1,4,-1
..........................................
i try to run DMESG and i see that the configuration doesn't changed with my personal pin, it still use the default config
Is it a bug?