From 9aa45c041cab2806d4794ff830e5d655832803b2 Mon Sep 17 00:00:00 2001 From: rreaves Date: Mon, 3 Oct 2022 12:42:16 -0500 Subject: [PATCH] Adds Onn Remote support for menu navigation --- android/Onn-Remote.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 android/Onn-Remote.cfg diff --git a/android/Onn-Remote.cfg b/android/Onn-Remote.cfg new file mode 100644 index 000000000..b192615f8 --- /dev/null +++ b/android/Onn-Remote.cfg @@ -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"