Skip to content

Releases: johnnyruz/barrel_arcade

FrankenPedal 2.0.0

16 Apr 19:39
Compare
Choose a tag to compare

This improves the handling of users wishing to use this solution with more or less than 3 pedals. It also includes my updated firmware to support the wireless modifications I've made and shared on my YouTube channel.

Upgrade Guide:

  1. The format of the commands has changed, it now supports any number of pedals passed in as a comma-separated list instead of defining Left/Middle/Right
  2. The format of Defaults.json has changed to support this new method of defining pedal bindings

NOTE: If you're setting pedals in an AutoHotKey Script, because the "set" command now has commas for multiple pedals, they must be escaped, for example to set 3 pedals to 't', Middle Mouse, and 'y' the AHK command would look like:

Run, H:\LaunchBox\Utilities\FrankenPedal\FrankenPedal.exe -s t`,MB`,y, H:\LaunchBox\Utilities\FrankenPedal, Hide

FrankenPedal 1.0.1

22 Mar 00:19
Compare
Choose a tag to compare

Testing .NET Core Single File App to allow running without installing .NET Core 3.1 SDK

FrankenPedal

01 Mar 00:40
Compare
Choose a tag to compare

FrankenPedal Archive with executables and Arduino files