Sample devices

This commit is contained in:
redphx
2024-08-24 17:49:05 +07:00
parent 2b35c980c5
commit 16d8c2e1e2
4 changed files with 175 additions and 0 deletions

10
devices/kalama.json Normal file
View File

@@ -0,0 +1,10 @@
{
"schema_version": 1,
"device_name": "AYN Odin2 mini",
"device_type": "android-handheld",
"settings": {
"script": {
"_base": "highest"
}
}
}

10
devices/kona.json Normal file
View File

@@ -0,0 +1,10 @@
{
"schema_version": 1,
"device_name": "Lenovo Y700 (2022)",
"device_type": "android",
"settings": {
"script": {
"_base": "highest"
}
}
}