OpenStickCommunity / GP2040-CE

Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
https://gp2040-ce.info
MIT License
1.42k stars 314 forks source link

Add generic button numbers for Generic HID mode's input history #1083

Open bsstephan opened 3 months ago

bsstephan commented 3 months ago

I was unsure about it and did

        const std::map<uint16_t, uint16_t> displayModeLookup = {
            {INPUT_MODE_PS3, 0},
            {INPUT_MODE_GENERIC, 0},

but looking again, a new entry in displayNames would be pretty easy to do.