Skip to content

Commit fbfcd96

Browse files
Update saber.h (#845)
1 parent e0868ab commit fbfcd96

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

props/saber.h

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Start Soundtrack - Long-click the POW button while blade is off.
2121
Blaster block - Short-click AUX button.
2222
Enter/Exit Color Change - 1 button saber = Hold button and Twist.
2323
2 button saber = Hold Aux and click POW while on.
24-
** Note Color Change only works with ProffieOS 3.x and above)
24+
** Note Color Change only works with ProffieOS 3.x and above
25+
Enter Menu - Double-click AUX button while blade is off.
26+
Use POW to select
27+
Use AUX to cancel/exit
28+
** Note Menu requires a voicepack V2 in your common folder to work
2529
*/
2630

2731
#ifndef PROPS_SABER_H
@@ -84,11 +88,11 @@ class Saber : public PROP_INHERIT_PREFIX PropBase {
8488
return true;
8589
#endif
8690

87-
#ifdef MENU_SPEC_TEMPLATE
91+
#ifdef MENU_SPEC_TEMPLATE
8892
case EVENTID(BUTTON_AUX, EVENT_SAVED_CLICK_SHORT, MODE_OFF):
89-
#else
93+
#else
9094
case EVENTID(BUTTON_AUX, EVENT_CLICK_SHORT, MODE_OFF):
91-
#endif
95+
#endif
9296
#ifdef DUAL_POWER_BUTTONS
9397
aux_on_ = true;
9498
On();
@@ -107,12 +111,12 @@ class Saber : public PROP_INHERIT_PREFIX PropBase {
107111
}
108112
return false;
109113

110-
#ifdef MENU_SPEC_TEMPLATE
114+
#ifdef MENU_SPEC_TEMPLATE
111115
case EVENTID(BUTTON_AUX, EVENT_DOUBLE_CLICK, MODE_OFF):
112116
EnterMenu();
113117
return true;
114118
#endif
115-
119+
116120
case EVENTID(BUTTON_POWER, EVENT_DOUBLE_CLICK, MODE_ON):
117121
if (millis() - activated_ < 500) {
118122
if (SetMute(true)) {

0 commit comments

Comments
 (0)