Skip to content

FrankenPedal 2.0.0

Latest
Compare
Choose a tag to compare
@johnnyruz johnnyruz released this 16 Apr 19:39
· 1 commit to main since this release

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