# This controller is intended for menu navigation only
# it will work fine with an upcoming version that will bind remotes
# and other general purpose I/O devices to a dedicated input port

input_device = "SHIELD Remote"
input_device_display_name = "NVIDIA SHIELD Remote"
input_driver = "android"
input_device_type = "remote"

input_b_btn = "4"
input_up_btn = "19"
input_down_btn = "20"
input_left_btn = "21"
input_right_btn = "22"
input_a_btn = "23"
input_y_btn = "84"
input_menu_toggle_btn = "4"

input_b_btn_label = "Back"
input_up_btn_label = "Up"
input_down_btn_label = "Down"
input_left_btn_label = "Left"
input_right_btn_label = "Right"
input_a_btn_label = "Center"
input_y_btn_label = "Search"
input_menu_toggle_btn_label = "Back"
