LG8n: configs: powerhint: Fix DT2W values

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-08-12 21:30:35 +08:00
parent 40eff5adcd
commit 015bd3046e

View file

@ -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"
} }
] ]
} }