Skip to content

Commit

Permalink
Adds Onn Remote support for menu navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rreaves authored and rbreaves committed Oct 3, 2022
1 parent a3b5067 commit 9aa45c0
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 9aa45c0

Please sign in to comment.