Added GPIO14 button and UI config buttons
This commit is contained in:
parent
7c007eac24
commit
6ad609a539
8 changed files with 48 additions and 5 deletions
|
@ -39,6 +39,7 @@ enum Values {
|
|||
Start,
|
||||
Select,
|
||||
Debug,
|
||||
Gpio14,
|
||||
|
||||
ZL,
|
||||
ZR,
|
||||
|
@ -74,6 +75,7 @@ static const std::array<const char*, NumButtons> mapping = {{
|
|||
"button_start",
|
||||
"button_select",
|
||||
"button_debug",
|
||||
"button_gpio14",
|
||||
"button_zl",
|
||||
"button_zr",
|
||||
"button_home",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue