Neosabers Cal Kestis V1 Weathered Proffie Config File Missing on SD Card

Exactly. So if we cross-reference that picture with the ProffieBoard v2.2 pinout:

Proffieboard v2.2 Pinout

  • We can see that the blade is wired up on LED2 and LED3 (this is pulling also from knowledge about how sabers are commonly wired), and the accents seem to be powered by LED4. (I’ll touch on this in a second)
  • Button1 and Button2 are wired up to Pow and Aux respectively (as would be expected)
  • There seems to be something wired up to 5v, which is interesting, especially because only Data1 and Data2 are connected.

My best guess is the accents are sub-bladed using data2 (blade2Pin) and powered by LED4, the blade is on data1 (bladePin) and powered by LED2 and LED3.

The 5v connection could be for some of the accents that are expected to be always on, though this is conjecture, the fact that 5v is wired would be the biggest “mystery”

So, then, based on that information you could reconstruct the config (either by hand or using ProffieConfig, but ProffieConfig will be a lot easier)

In order to figure out the length of the accent “blade” you could use the

StylePtr<LengthFinder<>>(),

bladestyle temporarily and set the pixel count higher, then once you know where each subblade falls, you could actually put the subblade into the config.

Beyond that all the rest of the config is are settings for you to tweak to your liking and adding in “presets” which configure each of your soundfonts and their bladestyles. (all of which ProffieConfig will walk you through)