Error message saying "expected primary-expression before ')' token"

not sure what to do, just tried to verify the config and I got an errror.

Here’s the error code I got:
In file included from E:\ProffieOS\sound\sound.h:130,
from E:\ProffieOS\ProffieOS.ino:436:
E:\ProffieOS\props\saber_fett263_buttons.h: In member function ‘virtual void GestureControlFile::iterateVariables(ConfigFile::VariableOP*)’:
E:\ProffieOS\common\config_file.h:185:74: error: expected primary-expression before ‘)’ token
185 | #define CONFIG_VARIABLE2(X, DEF) DoVariableOp<decltype(X)>(op, #X, X, DEF)
| ^
E:\ProffieOS\props\saber_fett263_buttons.h:1004:5: note: in expansion of macro ‘CONFIG_VARIABLE2’
1004 | CONFIG_VARIABLE2(clashdetect, FETT263_BM_CLASH_DETECT);
| ^~~~~~~~~~~~~~~~
exit status 1

Compilation error: expected primary-expression before ‘)’ token

Uh, that looks like you’ve managed to do something funky.

Post your config, as you should always do when you encounter an error.