menu "Buttons"
config BUTTON_UP_GPIO
    int "GPIO for Up Button"
    default 14
    help
        GPIO number for the up button.

config BUTTON_DOWN_GPIO
    int "GPIO for Down Button"
    default 13
    help
        GPIO number for the down button.

config BUTTON_CAST_GPIO
    int "GPIO for Cast Button"
    default 25
    help
        GPIO number for the cast button.

config BUTTON_RECIEVE_GPIO
    int "GPIO for Recieve Button"
    default 26
    help
        GPIO number for the recieve button.

config BUTTON_A_GPIO
    int "GPIO for A Button"
    default 33
    help
        GPIO number for the A button.

config BUTTON_B_GPIO
    int "GPIO for B Button"
    default 32
    help
        GPIO number for the B button.
endmenu
