Releases: speedypotato/Pico-Game-Controller
v20230810 Pocket SDVX Pico v5
Added turbocharger mode thanks to 4yn. Enable this mode by holding down BT-B when plugging in your controller.
v20220906_2 Pocket SDVX Pico v5
Built off v20220705 base. Includes:
Switch debounce algorithm changed to eager from deferred.
Lots and lots of refactoring, not too happy with it but it'll do for now.
Fixed rgb color cycle skipping colors after some time
10 minute rgb timeout
Pico_Game_Controller-flickerfix.uf2:
Looks like some devices have their 5v a little too high, pushing just over the threshold of 60% signal to power voltage. This forces switch labels and leds to max but brings the rest of the rgb down to 20% brightness(default is 50%) for similar max power consumption while pulling down voltage.
v20220705 Pocket SDVX Pico v4
Changelog
RGB and Switch Debounce Refactor
Turbocharger RGB mode can be activated by holding BT-B while plugging in the controller
Switch debounce algorithm changed to immediately output for a minimum of 4ms instead of waiting for a 4ms hold before outputting.
v20220412 Pocket SDVX Pico v5
First official firmware for Pocket SDVX Pico v5
Based on 2022/01/06 Pico-Game-Controller
v20220106 Pocket SDVX Pico v4
Changelog
Added option to disable RGB by holding Start upon boot
Mouse sensitivity multiplied by 5
v20211108 Pocket SDVX Pico v4
Changelog
Switch debouncing added (4ms)
HID lighting timeout now based on time instead of loop cycles (1s)
Fixed HID SET buffer to work with Pico SDK 1.3.0
v20211002 Pocket SDVX Pico v4
What I consider to be the first stable production release.