Revert "Merge branch 'flipperdevices:dev' into dev"

This reverts commit 935c2df029, reversing
changes made to 524b602700.
This commit is contained in:
r3df0xx
2022-05-19 20:03:57 +03:00
parent 935c2df029
commit 7724bac58a
31 changed files with 145 additions and 122 deletions

View File

@@ -68,7 +68,7 @@ const InputPin input_pins[] = {
{.gpio = &gpio_button_down, .key = InputKeyDown, .inverted = true, .name = "Down"},
{.gpio = &gpio_button_right, .key = InputKeyRight, .inverted = true, .name = "Right"},
{.gpio = &gpio_button_left, .key = InputKeyLeft, .inverted = true, .name = "Left"},
{.gpio = &gpio_button_ok, .key = InputKeyOk, .inverted = false, .name = "OK"},
{.gpio = &gpio_button_ok, .key = InputKeyOk, .inverted = false, .name = "Ok"},
{.gpio = &gpio_button_back, .key = InputKeyBack, .inverted = true, .name = "Back"},
};