diff --git a/include/GlobalConfiguration.h b/include/GlobalConfiguration.h index f026ffc..c515b7e 100644 --- a/include/GlobalConfiguration.h +++ b/include/GlobalConfiguration.h @@ -32,10 +32,10 @@ const I2c i2c_config = { const Peripherals::Drum::Config drum_config = { // Pin config { - 2, // Don Left - 3, // Ka Left - 1, // Don Right - 0, // Ka Right + 1, // Don Left + 0, // Ka Left + 2, // Don Right + 3, // Ka Right }, // Trigger thresholds soft { @@ -90,7 +90,7 @@ const Peripherals::Buttons::Config button_config = { 14, // Share }}, - 20, // Debounce delay in milliseconds + 25, // Debounce delay in milliseconds }; const Peripherals::StatusLed::Config led_config = { diff --git a/src/utils/Menu.cpp b/src/utils/Menu.cpp index a67a587..679dde4 100644 --- a/src/utils/Menu.cpp +++ b/src/utils/Menu.cpp @@ -9,7 +9,7 @@ const std::map Menu::descriptors = { {{"Mode", Menu::Descriptor::Action::GotoPageDeviceMode}, // {"Brightness", Menu::Descriptor::Action::GotoPageLedBrightness}, // {"Sensitvty", Menu::Descriptor::Action::GotoPageTriggerThreshold}, // - {"DebnceDly", Menu::Descriptor::Action::GotoPageTriggerThreshold}, // + {"DebnceDly", Menu::Descriptor::Action::GotoPageDebounceDelay}, // {"Reset", Menu::Descriptor::Action::GotoPageReset}, // {"BOOTSEL", Menu::Descriptor::Action::GotoPageBootsel}}, // 0}}, //