Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} gbraad / GP2040-CE Public forked from OpenStickCommunity/GP2040-CE Notifications You must be signed in to change notification settings Fork 0 Star ...
Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards - GP2040-CE/www/package-lock.json at main · gbraad/GP2040-CE
Experimental USB hub support for connecting multiple dongles in addition to keyboard host via passthrough USB Added the ability to map multiple inputs to a single GPIO pin via web-config Added the ability to have A3 and A4 mapped to emulate left and right TouchPad clicks in PS4 mode Added a...
@@ -159,6 +179,7 @@ Each subfolder in [`configs`](https://github.com/OpenStickFoundation/GP2040-CE/t | `BoardConfig.h` | Yes | The configuration file used when building GP2040 for a specific controller/board. Contains initial pin mappings, LED configuration, etc. | | `README.md`...
GP2040 is no longer being maintained. Please check out the more fully-featured community fork calledGP2040-CE. Documentation for GP2040-CE can be found athttps://gp2040-ce.info. Thank you to theOpen Stick Communitymembers for picking up the slack and advancing this project in my absence. ...
Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards - DRV8833-Based Rumble (for XInput) (#1090) · gbraad/GP2040-CE@c309d35
* [ImgBot] Optimize images *Total -- 6,536.44kb -> 6,081.92kb (6.95%) /configs/OpenCore0/assets/Open_Core0_LED_order.png -- 81.87kb -> 34.77kb (57.53%) /configs/OpenCore0/assets/Open_Core0_pin_mapping.png -- 79.46kb -> 34.15kb (57.02%) /configs/OpenCore0/assets/Open_Core0_lay...
// GP2040-CE Version (32 character limit) #define GP2040VERSION "v0.5.3" const std::string BUTTON_LABEL_UP = "Up"; const std::string BUTTON_LABEL_DOWN = "Down"; const std::string BUTTON_LABEL_LEFT = "Left"; const std::string BUTTON_LABEL_RIGHT = "Right"; const std::string BUT...