feature: Improve device quirks support

This commit is contained in:
Tera << 8 2025-06-10 22:37:09 -04:00
parent 79c7846ecd
commit ad451ac014
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 50 additions and 23 deletions

View file

@ -5,7 +5,9 @@ supported_devices: dict[str, dict[str, dict[str, str | int]]] = {
"Air": {
"max_width": 1920,
"max_height": 1080,
"max_refresh": 120
"max_refresh": 120,
"sensor_init_delay": 10,
"z_vector_disabled": True,
}
}
}