Hello,
I bought a Cal Kestis master chassis and the crossguard extension. Actually, I program for the first time a crossguard ligthsaber. In fact, I cherch a lot of informations to give a good program, but i don’t understand a detail on this chassis. Concretly, twos sides blades should be wiring in on soundboard, also that the main blade. Logic. But twos side blade can’t be wiring at soundboard because the new master chassis Cal kestis (2024) is amovible and the twos side blade fonctionned by pogo pins. Therefore, only the button PBC at the top of this chassis and that I wired do the connection with the blade side at the interior of the handle.
In this new master chassis Cal Kestis concerning to accent leds strips i have a pixel ring accent led pcb, one Nano NeoPixel RGB Accent LED for the crystal chamber. In the bottom part removable of this chassis that remouvable out from the rest, i have ne Mini Flexible Accent LED Strip that i cut for reduce centemeters, then I connected it to the another Nano NeoPixel RGB Accent LED.
With the crossguard program and leds, I no longer have space to connect all this to the leds pads of proffie soundboard v3.9.
After all this, I am a little lost and I have a question : What is it a good program for this crossguard lightsaber Cal kestis ?
My config :
``` BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
WS281XBladePtr<26, blade2Pin, Color8::GRB, PowerPINS<bladePowerPin1> >(),
WS281XBladePtr<26, blade3Pin, Color8::GRB, PowerPINS<bladePowerPin4> >(),
WS281XBladePtr<20, blade4Pin, Color8::GRB, PowerPINS<bladePowerPin5> >(),
WS281XBladePtr<1, blade5Pin, Color8::GRB, PowerPINS<bladePowerPin4> >(),
WS281XBladePtr<10, blade6Pin, Color8::GRB, PowerPINS<bladePowerPin4> >(),
SimpleBladePtr<CH1LED,NoLED, NoLED, NoLED,bladePowerPin6, -1,-1,-1>(),
, CONFIGARRAY(presets) },
Sorry for that and Please help me.