Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions props/saber_sabersense_buttons.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* V7/8-301.
/* V-303.
============================================================
================= SABERSENSE PROP FILE =================
================= by =================
Expand Down Expand Up @@ -181,7 +181,8 @@ FUNCTIONS WITH BLADE OFF
Array Selector is point up for forwards, down for backwards.
Restore Factory Defaults Fast four-clicks POWER, hold on last click.
Release once announcement starts.
Enter/Exit VOLUME MENU Hold POWER then quickly click AUX and release both simultaneously.
Enter/Exit VOLUME MENU Hold POWER then quickly click AUX and release both simultaneously,
or hold POWER and clash.
Volume up Click POWER while in VOLUME MENU, hilt pointing up.
Volume down Click POWER while in VOLUME MENU, hilt pointing down, OR click
AUX while in VOLUME MENU.
Expand Down Expand Up @@ -1279,13 +1280,10 @@ bool Event2(enum BUTTON button, EVENT event, uint32_t modifiers) override {
return true;

// ENTER VOLUME MENU
#if NUM_BUTTONS == 1
// 1 button
// 1 button hilts, or 2 button hilts where both buttons cannot be pressed simultaneously.
case EVENTID(BUTTON_NONE, EVENT_CLASH, MODE_OFF | BUTTON_POWER):
#else
// 2 button
// 2 button.
case EVENTID(BUTTON_AUX, EVENT_CLICK_SHORT, MODE_OFF | BUTTON_POWER):
#endif
if (!mode_volume_) {
mode_volume_ = true;
if (SFX_vmbegin) {
Expand Down