aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyyx <xyyx@mail.ru>2016-03-07 19:57:45 +0800
committerxyyx <xyyx@mail.ru>2016-03-07 19:57:45 +0800
commitcc623d6350ae4c88956d4c4131f902aec17f03f9 (patch)
treed6ea308ed61452fcea52ff2ee2efc856a9b81c15
parentcb59c29247480c228acb78313832acace56fb7c8 (diff)
TWRP: Enable keyboard brightness
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c5fcddc..c4634b5 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -121,6 +121,7 @@ MALLOC_IMPL := dlmalloc
# Uncomment it for TWRP build. Contains EFS partition for backup
#TARGET_RECOVERY_FSTAB = device/lge/geehrc/recovery.fstab
TW_BRIGHTNESS_PATH := /sys/class/leds/lcd-backlight/brightness
+TW_SECONDARY_BRIGHTNESS_PATH := /sys/class/leds/button-backlight/brightness
TW_MAX_BRIGHTNESS := 250
TW_THEME := portrait_hdpi
RECOVERY_SDCARD_ON_DATA := true