diff options
| -rw-r--r-- | data/keyboards/Vendor_18d1_Product_9451.idc | 5 | ||||
| -rw-r--r-- | data/keyboards/Vendor_18d1_Product_9451.kl | 39 |
2 files changed, 41 insertions, 3 deletions
diff --git a/data/keyboards/Vendor_18d1_Product_9451.idc b/data/keyboards/Vendor_18d1_Product_9451.idc index e13fcb2e312c..07cfc790e906 100644 --- a/data/keyboards/Vendor_18d1_Product_9451.idc +++ b/data/keyboards/Vendor_18d1_Product_9451.idc @@ -13,11 +13,10 @@ # limitations under the License. # -# Input Device Configuration file for a flavor of the Google Reference RCU Remote. +# Input Device Configuration file for a flavor of Google Remote Control. # # # Basic Parameters -keyboard.layout = Vendor_0957_Product_0001 keyboard.doNotWakeByDefault = 1 -audio.mic = 1
\ No newline at end of file +audio.mic = 1 diff --git a/data/keyboards/Vendor_18d1_Product_9451.kl b/data/keyboards/Vendor_18d1_Product_9451.kl new file mode 100644 index 000000000000..fb425be8bc23 --- /dev/null +++ b/data/keyboards/Vendor_18d1_Product_9451.kl @@ -0,0 +1,39 @@ +# Copyright 2023 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# +# Key Layout file for flavor of Google Remote Control. +# + +key 116 POWER WAKE +key 217 ASSIST WAKE + +key 103 DPAD_UP +key 108 DPAD_DOWN +key 105 DPAD_LEFT +key 106 DPAD_RIGHT +key 353 DPAD_CENTER + +key 158 BACK +key 172 HOME WAKE + +key 113 VOLUME_MUTE +key 114 VOLUME_DOWN +key 115 VOLUME_UP + +# custom keys +key usage 0x000c0186 MACRO_1 WAKE + +key usage 0x000c0077 BUTTON_3 WAKE #YouTube +key usage 0x000c0078 BUTTON_4 WAKE #Netflix |