retro-esp32 / RetroESP32

Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Creative Commons Attribution Share Alike 4.0 International
603 stars 93 forks source link

Option to switch SELECT+START and MENU buttons #10

Closed 32teeth closed 5 years ago

32teeth commented 5 years ago

Describe the solution you'd like In Kconfig.projbuild files, add option for users to choose between hot keys

32teeth commented 5 years ago

Resolved in Kconfig.projbuild files

menu "Menu Hot Keys"

    choice MENU_HOT_KEYS
        prompt "Menu Hot Keys Option"
        default DEFAULT_MENU_KEY
        help
            Select Hot Key (Menu Button)

    config DEFAULT_MENU_KEY
        bool "Default Odroid Go MENU Button"

    config COMBO_MENU_KEY
        bool "Use START + SELECT buttons for MENU"

    endchoice

endmenu
Screen Shot 2019-07-23 at 6 04 07 AM Screen Shot 2019-07-23 at 6 04 17 AM