From ca82e81b3cb7d8fdaf5c4a3bd9e6f916fcf38ab3 Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Thu, 8 Jul 2021 18:51:09 +0200 Subject: [PATCH] Corrected example for dynamic button layout --- src/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.h b/src/settings.h index c997bc0..b3a2a24 100644 --- a/src/settings.h +++ b/src/settings.h @@ -92,7 +92,7 @@ Multi-buttons [short only] (examples): BUTTON_MULTI_01 => Buttons 0+1 (NEXT_BUTTON + PREVIOUS_BUTTON) pressed in parallel - BUTTON_MULTI_23 => Buttons 0+2 (NEXT_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel + BUTTON_MULTI_12 => Buttons 1+2 (PREV_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel Actions: To all of those buttons, an action can be assigned freely. @@ -235,4 +235,4 @@ #include "settings-custom.h" // Contains all user-relevant settings custom-board #endif -#endif \ No newline at end of file +#endif