Too many initializers for "BladeConfig" 340

Hi Team, I am having a time getting past this error. I have uploaded the myconfig file as well: In file included from /Users/tirrellanthony/Desktop/ProffieOS/ProffieOS.ino:621:
/Users/tirrellanthony/Desktop/ProffieOS/config/myconfig.h:340:1: error: too many initializers for ‘BladeConfig’
340 | };
__ ProffieOS7 Config File.txt (65.9 KB)

  | ^

exit status 1

Compilation error: too many initializers for ‘BladeConfig’

Your blades[] has 5 blades in it, but NUM_BLADES is set to 1.
They should be the same, so either remove 4 blades from your blades array, or set NUM_BLADES to 5.

THANK YOU! Unfortunately I have a new error for all fonts

/Users/tirrellanthony/Desktop/ProffieOS/config/myconfig.h:258:1: error: cannot convert ‘const char*’ to ‘StyleFactory*’ in initialization
258 | “Warrior”

This error usually means that one of your presets doesn’t have enough styles in it.
There should five, one per blade.

If you can’t figure out which one(s) have the problem, try adding if 0 and #endif around one preset at a time until it starts working…