summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-10-29 14:18:02 +0000
committerBruno Martins <bgcngm@gmail.com>2020-10-29 16:19:59 +0200
commit1f93089a724d2ee082ff3858533865c148822810 (patch)
treea770032fe8580e3333b7f7b2e2427ef7a4c3d777
parent13069beb3adcbc5c3ad483c8a95c390fa22e31d4 (diff)
sdk: Allow support for keyboard lights toggle mode only
Change-Id: Ibf7d9f5a2fb15e2085161275236d998b3f162450
-rw-r--r--lineage/res/res/values/config.xml3
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>