mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: configs: powerhint: Fix DT2W values
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
ee082d12c7
commit
9e727be721
|
@ -190,8 +190,8 @@
|
||||||
"Name": "DoubleTapToWake",
|
"Name": "DoubleTapToWake",
|
||||||
"Path": "/proc/gesture_function",
|
"Path": "/proc/gesture_function",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"cc0",
|
||||||
"1"
|
"cc1"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -340,7 +340,7 @@
|
||||||
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
"PowerHint": "DOUBLE_TAP_TO_WAKE",
|
||||||
"Node": "DoubleTapToWake",
|
"Node": "DoubleTapToWake",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1"
|
"Value": "cc1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue