FeralAI / GP2040

Gamepad firmware for Raspberry Pi Pico and other RP2040 microcontrollers supporting Nintendo Switch, XInput and DirectInput
https://gp2040.info
MIT License
558 stars 124 forks source link

Emulate analog sticks output with dpad #53

Closed megablue closed 2 years ago

megablue commented 2 years ago

say you are able to hold down a layer button to temporarily enable the dpad buttons to emulate analog stick(s) output. or a dip switch to change switch to analog stick(L/R) emulation.

FeralAI commented 2 years ago

There exists an option to toggle LS/RS emulation modes: https://gp2040.info/#/usage?id=d-pad-modes

Regarding holding a layer button to toggle an input, that feature request is captured in #49.

For the DIP switch option, that is being considered in #34.

megablue commented 2 years ago

oh i did not know. thanks!