ricardoquesada / bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW
https://bluepad32.readthedocs.io/
Other
566 stars 59 forks source link

SDK Config Parameter for Analog->Digital presses #96

Open mitchellcairns opened 5 months ago

mitchellcairns commented 5 months ago

Is your feature request related to a problem? Please describe. I would like to have an option to disable the Analog->Digital trigger button translation, or to set the analog value where the digital trigger is considered 'pressed'.

Describe the solution you'd like A clear and concise description of what you want to happen. Add a "#define" parameter in the sdkconfig.h to control this aspect, or another way to configure this.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. This could be a remapping option.

ricardoquesada commented 5 months ago

could you give a concrete example ?

Which controller are you using ? What happens when you press the trigger button ? and what should be the expected behavior ?