You can’t have 2 separate blade definitions like this if you have them wired in parallel.
Each blade needs it’s own bladePin (data pad) assignment.
WS281XBladePtr<140, bladePin, Color8::GRB, PowerPINS<bladePowerPin2> >(),
WS281XBladePtr<2, bladePin, Color8::GRB, PowerPINS<bladePowerPin2> >(),
To control the crystal LED independently, you need to either wire it’s data line to it’s own data pad on the board, or wire it in series with the blade and use SubBlade in your BladeConfig for them.
Unless you rewire, you are stuck with them mimicking each other and sharing a single blade style.