Arduino: 1.8.19 (Windows 10), TD: 1.56, Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code" In file included from C:\Users\purpl\Desktop\Proffie\ProffieOS\ProffieOS.ino:537: C:\Users\purpl\Desktop\Proffie\ProffieOS\config\mysaber_config.h:935:109: error: 'blade' was not declared in this scope; did you mean 'blades'? 935 | { 0, WS281XBladePtr<131, bladePin, Color8::GRB, PowerPINS >(), CONFIGARRAY(blade) }, | ^~~~~ C:\Users\purpl\Desktop\Proffie\ProffieOS\common\preset.h:6:24: note: in definition of macro 'CONFIGARRAY' 6 | #define CONFIGARRAY(X) X, NELEM(X) | ^ C:\Users\purpl\Desktop\Proffie\ProffieOS\config\mysaber_config.h:935:109: error: 'blade' was not declared in this scope; did you mean 'blades'? 935 | { 0, WS281XBladePtr<131, bladePin, Color8::GRB, PowerPINS >(), CONFIGARRAY(blade) }, | ^~~~~ C:\Users\purpl\Desktop\Proffie\ProffieOS\ProffieOS.ino:299:26: note: in definition of macro 'NELEM' 299 | #define NELEM(X) (sizeof(X)/sizeof((X)[0])) | ^ C:\Users\purpl\Desktop\Proffie\ProffieOS\config\mysaber_config.h:935:97: note: in expansion of macro 'CONFIGARRAY' 935 | { 0, WS281XBladePtr<131, bladePin, Color8::GRB, PowerPINS >(), CONFIGARRAY(blade) }, | ^~~~~~~~~~~ C:\Users\purpl\Desktop\Proffie\ProffieOS\config\mysaber_config.h:935:109: error: 'blade' was not declared in this scope; did you mean 'blades'? 935 | { 0, WS281XBladePtr<131, bladePin, Color8::GRB, PowerPINS >(), CONFIGARRAY(blade) }, | ^~~~~ C:\Users\purpl\Desktop\Proffie\ProffieOS\ProffieOS.ino:299:37: note: in definition of macro 'NELEM' 299 | #define NELEM(X) (sizeof(X)/sizeof((X)[0])) | ^ C:\Users\purpl\Desktop\Proffie\ProffieOS\config\mysaber_config.h:935:97: note: in expansion of macro 'CONFIGARRAY' 935 | { 0, WS281XBladePtr<131, bladePin, Color8::GRB, PowerPINS >(), CONFIGARRAY(blade) }, | ^~~~~~~~~~~ exit status 1 Error compiling for board Proffieboard V2. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.