With define NEOPIXEL_TYPE NEO_GRB as suggestet in the manual, Marlin does not compile and suggests using NEO_RGB. But now the colors are swapped and while tuning red, green or blue from the menu the color fades in and out randomly.
Open SanityCheck.h in _src/Hal/your_architecturefolder and comment out the section below.
This will allow you to compile with any kind of NEOPIXEL_TYPE NEO_XXX combination. Mine is BRG for some reason.
With define NEOPIXEL_TYPE NEO_GRB as suggestet in the manual, Marlin does not compile and suggests using NEO_RGB. But now the colors are swapped and while tuning red, green or blue from the menu the color fades in and out randomly.
I use a SKR 3 EZ with EXP1+2 connection.
Any ideas?