Skip to content

Commit

Permalink
Merge pull request #864 from rbreaves/Onn-Remote
Browse files Browse the repository at this point in the history
Adds Onn Remote support for menu navigation
  • Loading branch information
RobLoach committed Oct 21, 2022
2 parents a3b5067 + 9aa45c0 commit 948fff0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions android/Onn-Remote.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
input_driver = "android"
input_device = "Onn-Remote"
input_device_display_name = "Onn Remote Control"
input_device_type = "remote"
input_vendor_id = 2391
input_product_id = 5

input_b_btn = "23"
input_up_btn = "19"
input_down_btn = "20"
input_left_btn = "21"
input_right_btn = "22"
input_a_btn = "4"
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"

0 comments on commit 948fff0

Please sign in to comment.