pmaports/device/testing/device-samsung-grandpplte/samsung,grandpplte.json
Yassine Oudjana d0e39c1a0b
testing/device-samsung-grandpplte: handle changes in 6.1.9 kernel upgrade (MR 3839)
linux-postmarketos-mediatek-mt6735 6.1.9 added full display support and hardware acceleration
as well as haptics. Add a phoc configuration file to set the display scale, and a feedbackd
theme to optimize vibration durations. Route console output to UART to leave the splash
screen clean and to help with debugging when necessary.

[ci:skip-build] already built successfully in CI
2023-02-10 14:17:44 -08:00

27 lines
458 B
JSON

{
"name" : "default",
"parent-theme": "default",
"profiles": [
{
"name": "full",
"feedbacks": [
{
"event-name" : "button-pressed",
"type" : "VibraRumble",
"duration" : 40
},
{
"event-name" : "button-released",
"type" : "VibraRumble",
"duration" : 40
},
{
"event-name" : "window-close",
"type" : "VibraRumble",
"duration" : 50
}
]
}
]
}