d0e39c1a0b
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
27 lines
458 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|