GP2040-CE
GP2040-CE copied to clipboard
Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
Added rotation to rectangles using the angleStart property. Renamed GP_SHAPE_DIAMOND to GP_SHAPE_LINE now that rectangles can rotate.
Adds the configuration for the Zero_Rhythm controller
> Please read these quoted sections before submitting, and remove them (including this one) when you have provided what > is asked, in order to make addressing the issue easier...
This PR updates the Mavercade configs to split out into the older Rev1 config and newer Rev2 config.
This PR adds a totally blank configuration for people that want to build something from scratch via the web-config UI.
This updates our TinyUSB to the latest library. This removes the get_report hack I added in while tinyusb was updated, and brings us up to 4/30/2024 in the TinyUSB library.
With recent updates, add-ons can now effect the boot input mode but are still unable to trigger input hotkeys once the program is running. For example `S1 + S2 +...
Currently, our touchpad implementation sends the button state when pressed, but does not send any positioning data, opting to set the state as untouched. It's unknown whether this would cause...
### Expected Behavior Press and hold key mapped to an input mode while booting resulting in booting into that input mode. ### Current Behavior Press and hold key mapped to...
This adds a post-build CMake command (thanks @FeralAI!) which uses gp2040ce-binary-tools to write a Protobuf board config into the ~~.bin and~~ .uf2 files generated by the normal build. A Protobuf...