diff options
| author | Tom Marshall <tdm.code@gmail.com> | 2020-07-06 20:19:17 -0700 |
|---|---|---|
| committer | Tom Marshall <tdm.code@gmail.com> | 2020-07-14 15:07:26 -0700 |
| commit | 82cd556365d347daa34681e684b62605494222c0 (patch) | |
| tree | f9bcc6d30b80e0e4e938f3b0c0a2cc3c9c2c1966 /idc | |
| parent | 0a79b3433fa6e3eff32c0732c03f837fd3da1b51 (diff) | |
Initial change from oneplus/msm8998-common to fxtec/pro1
* Also, remove stuff we don't support.
Change-Id: I43166276d913450a95c5d33378fd64fcf5cdca8d
Diffstat (limited to 'idc')
| -rw-r--r-- | idc/Builtin_Keyboard.idc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/idc/Builtin_Keyboard.idc b/idc/Builtin_Keyboard.idc new file mode 100644 index 0000000..503034f --- /dev/null +++ b/idc/Builtin_Keyboard.idc @@ -0,0 +1,28 @@ +# Copyright (C) 2015 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. + +# +# F(x)tec Pro1 input device configuration file for the built-in keyboard +# + +# The keyboard is internal because it is part of the device. +device.internal = 1 + +# The keyboard is the default built-in keyboard so it should be assigned +# an id of 0. +keyboard.builtIn = 1 + +# The keyboard is always used in landscape orientation, so don't rotate +# the arrow keys to compensate for orientation changes +keyboard.orientationAware = 0 |
