inputlabs / alpakka_firmware

GNU General Public License v2.0
108 stars 23 forks source link

Multiple analog+digital mappings in the same analog axis do not work #114

Open marcos-diaz opened 4 months ago

marcos-diaz commented 4 months ago

I was half way fixing this when I realized that the proper way to solve it is having 2 different action identifiers per axis, for example

That way there is no ambiguity when processing the actions on the analog virtual buttons, which becomes a problem when doing a simple fix for this.

Related to #118