I have project that I'm planning on doing this evening & I thought I'd ask if anyone else had done it already.
We need a repository of built CP UF2 images that have support for the XBox Adaptive controller. Thanks to @tulip sleet, that's much simpler now - we just modify a config file and have it build without other HID profiles and then replace the gamepad.mpy file with a version with different limits and button counts.
So, what I was planning on doing was making a new GitHub repository for the binaries, and then write a script that checks to see if CP had a new release - if so, it would check out that release, modify the config file, build for each of the boards we're supporting (Trinket, Itsy, CPB, CPX, Feather M4, Feather NRF52840, others as we add more guides) and then copy them to our new repository. Then checkin with a comment of "sync with CP version 5.xxxxx".
Is there a simpler solution to this?