diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-10-29 14:18:02 +0000 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2020-10-29 16:19:59 +0200 |
commit | 1f93089a724d2ee082ff3858533865c148822810 (patch) | |
tree | a770032fe8580e3333b7f7b2e2427ef7a4c3d777 | |
parent | 13069beb3adcbc5c3ad483c8a95c390fa22e31d4 (diff) |
sdk: Allow support for keyboard lights toggle mode only
Change-Id: Ibf7d9f5a2fb15e2085161275236d998b3f162450
-rw-r--r-- | lineage/res/res/values/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lineage/res/res/values/config.xml b/lineage/res/res/values/config.xml index cccc7b80..ee076bd1 100644 --- a/lineage/res/res/values/config.xml +++ b/lineage/res/res/values/config.xml @@ -258,7 +258,8 @@ <!-- Keyboard backlight control. Possible values are: 0 - Not supported - 1 - Supported with variable brightness control + 1 - Supported, but only on/off mode + 2 - Supported with variable brightness control --> <integer name="config_deviceSupportsKeyboardBrightnessControl">0</integer> <dimen name="config_keyboardBrightnessSettingDefaultFloat">1.0</dimen> |