Compliation Error For Verifying config

In file included from C:\Users\schra\OneDrive\Desktop\ProffieOS\ProffieOS.ino:614:
C:\Users\schra\OneDrive\Desktop\ProffieOS\config\KnomadConfig.h:102:2: error: expected ‘}’ before ‘;’ token
102 | };
| ^
In file included from C:\Users\schra\OneDrive\Desktop\ProffieOS\ProffieOS.ino:614:
C:\Users\schra\OneDrive\Desktop\ProffieOS\config\KnomadConfig.h:33:20: note: to match this ‘{’
33 | Preset presets[] = {
| ^
In file included from C:\Users\schra\OneDrive\Desktop\ProffieOS\ProffieOS.ino:614:
C:\Users\schra\OneDrive\Desktop\ProffieOS\config\KnomadConfig.h:102:2: error: too many initializers for ‘Preset’
102 | };
| ^

exit status 1

Compilation error: expected ‘}’ before ‘;’ token
KnomadConfig.h (71.9 KB)

Tried looking if anyone else has experienced this and while I’ve seen similar, it’s not my code. This seems like a simple fix but I can’t figure out what it is. Any help would be appreciated!

Ignore this, once again, I figured it out and I am dumb. One line was missing }

This line doesn’t belong in your config file
#include "../sound/sound_library.h"

I got my config to work. But I haven’t touched that, it just came with my saber’s config. I’ve only modified the font and style lines as well as added swing on. Is there a reason why I should get rid of it?

Because it’s redundant and already handled in the prop file itself.

Alright I’ll remove it then👌🏻 thanks