I’m still an amateur when it comes to Proffie so I’m going to try to phrase this as best I can. I want to be able to twist my saber when it’s off to change between sound banks. I tried changing the prop in my config and while it enabled the twist to change I wanted, it screwed up nearly everything else. Button commands no longer made sense. Triple clicking no longer did anything, where previously it’d give me a battery power readout. Certain sound banks still used the color wheel, while others used the direct change. Sometimes I could triple click, hold long and release to do my Force gesture. There were too many weird oddities to list, so I reverted back to a config that worked, minus the twist to change banks feature. I’d still really like to have this feature though. Is there a way to enable it without entirely changing my prop setting? Enclosed is my current config header. The second “blade” is actually my accent LED, and I disabled twist to ignite/ retract:
#ifdef CONFIG_TOP
#include "proffieboard_v2_config.h"
#define NUM_BLADES 2
#define NUM_BUTTONS 1
#define VOLUME 500
const unsigned int maxLedsPerStrip = 144;
#define CLASH_THRESHOLD_G 3.0
#define ENABLE_AUDIO
#define ENABLE_MOTION
#define ENABLE_WS2811
#define ENABLE_SD
#define ENABLE_SERIAL
#define COLOR_CHANGE_DIRECT
#define DISABLE_DIAGNOSTIC_COMMANDS
#define IDLE_OFF_TIME 60*5*1000
#define SAVE_STATE
#define SPEAK_BLADE_ID
#endif
#ifdef CONFIG_PROP
#include "../props/saber_sa22c_buttons.h"
#endif