Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d049fdd authored by Bruno Martins's avatar Bruno Martins
Browse files

lineage_config: Set default keyboard light brightness to 0

This is done so that the brightness control feature doesn't appear
on devices that have button backlight, but no keyboard.

Change-Id: Ic26aaf9abea205f322ec4d0457203ad06d854e5d
parent 5d4bcf69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources>
    <!-- Button and keyboard backlight -->
    <integer name="config_buttonBrightnessSettingDefault">255</integer>
    <integer name="config_keyboardBrightnessSettingDefault">255</integer>
    <integer name="config_keyboardBrightnessSettingDefault">0</integer>
    <bool name="config_deviceHasVariableButtonBrightness">false</bool>
    <bool name="config_deviceHasVariableKeyboardBrightness">false</bool>