pmaports/device/testing/device-xiaomi-beryllium/xiaomi,beryllium.json
Joel Selvaraj 0f7c330712
xiaomi-beryllium: switch kernel to qcom-sdm845 (MR 1962)
Remove downstream kernel and use the common linux-postmarketos-qcom-sdm845
kernel.
2021-03-06 16:09:24 +01:00

154 lines
No EOL
3.6 KiB
JSON

{
"name": "default",
"profiles": [
{
"name": "full",
"feedbacks": [
{
"event-name": "alarm-clock-elapsed",
"type": "Sound",
"effect": "alarm-clock-elapsed"
},
{
"event-name": "message-new-email",
"type": "Sound",
"effect": "message-new-email"
},
{
"event-name": "message-new-instant",
"type": "Sound",
"effect": "message-new-instant"
},
{
"event-name": "message-new-sms",
"type": "Sound",
"effect": "message-new-instant"
},
{
"event-name": "phone-incoming-call",
"type": "Sound",
"effect": "phone-incoming-call"
},
{
"event-name": "timeout-completed",
"type": "Sound",
"effect": "complete"
},
{
"event-name": "theme-demo",
"type": "Sound",
"effect": "theme-demo"
},
{
"event-name": "window-close",
"type": "Sound",
"effect": "theme-demo"
}
]
},
{
"name": "quiet",
"feedbacks": [
{
"event-name": "alarm-clock-elapsed",
"type": "VibraPeriodic",
"magnitude": 32767,
"duration": 10000,
"fade-in-time": 10000,
"fade-in-level": 4096
},
{
"event-name": "bell-terminal",
"type": "VibraRumble",
"duration": 100
},
{
"event-name": "message-new-email",
"type": "VibraRumble",
"duration": 750,
"count": 3,
"pause": 100
},
{
"event-name": "message-new-instant",
"type": "VibraRumble",
"duration": 750
},
{
"event-name": "message-new-sms",
"type": "VibraRumble",
"duration": 1250,
"count": 2,
"pause": 250
},
{
"event-name": "message-sent-instant",
"type": "VibraRumble",
"duration": 250
},
{
"event-name": "phone-incoming-call",
"type": "VibraPeriodic",
"duration": 10000
},
{
"event-name": "timeout-completed",
"type": "VibraRumble",
"duration": 500
},
{
"event-name": "theme-demo",
"type": "VibraPeriodic",
"magnitude": 32767,
"duration": 5000
},
{
"event-name": "window-close",
"type": "VibraRumble",
"duration": 75
}
]
},
{
"name": "silent",
"feedbacks": [
{
"event-name": "battery-caution",
"type": "Led",
"color": "red",
"frequency": 5000
},
{
"event-name": "phone-missed-call",
"type": "Led",
"color": "blue",
"frequency": 3000
},
{
"event-name": "message-missed-email",
"type": "Led",
"color": "blue",
"frequency": 2000
},
{
"event-name": "message-missed-instant",
"type": "Led",
"color": "blue",
"frequency": 1000
},
{
"event-name": "message-missed-notification",
"type": "Led",
"color": "blue",
"frequency": 500
},
{
"event-name": "message-missed-sms",
"type": "Led",
"color": "blue",
"frequency": 2000
}
]
}
]
}