Fett263 ProffieOS6 Prop (Button) File for 1 or 2 Buttons

Generally, if you disable a feature using a #define the code for that feature goes away, and the space it was using is saved.

Basically, if you don’t have FETT263_SAVE_CHOREOGRAPHY in your config file, choreography takes little or no space.

Oh, wow! I had no idea. Thank you for the information, I’m definitely testing this when I have the time.

Yes, both Edit Mode and Choreography Mode are added via defines. If you don’t add the defines to your config they aren’t included. The defines to enable are listed here, just leave them out of your config and they’re not added.

Just tried commenting out the defines and it works perfectly! Saved 18 KB. You guys are brilliant, thank you so much for your work!

Make sure you have this define, it will save more space as well.

#define DISABLE_BASIC_PARSER_STYLES

Yes, I kept that one. I included all of your defines for your prop file initially; I thought they were all necessary for the prop file to work as intended.