Skip to content

Commit

Permalink
Merge pull request #839 from manojka/patch-2
Browse files Browse the repository at this point in the history
NVidia Shield 2019 Remote: Swap buttons used as A and B
  • Loading branch information
RobLoach authored Jan 26, 2024
2 parents bbf05e4 + 96b422b commit 1270274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/NVIDIA_SHIELD_2019_Remote.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ input_device_type = "remote"
input_vendor_id = "2389"
input_product_id = "29207"

input_b_btn = "4"
input_b_btn = "23"
input_select_btn = "90"
input_start_btn = "85"
input_up_btn = "19"
input_down_btn = "20"
input_left_btn = "21"
input_right_btn = "22"
input_a_btn = "23"
input_a_btn = "4"
input_menu_toggle_btn = "89"

input_b_btn_label = "Back"
Expand Down

0 comments on commit 1270274

Please sign in to comment.