Feat: Added support for G635L* models. Lightbar, Logo, Matrix

This commit is contained in:
LucaP
2025-11-17 20:12:30 +02:00
parent 45f8b8ffb0
commit 7e917b91a5
5 changed files with 395 additions and 3 deletions

View File

@@ -251,6 +251,8 @@ pub fn get_anime_type() -> AnimeType {
AnimeType::GA402
} else if board_name.contains("GU604V") {
AnimeType::GU604
} else if board_name.contains("G635L") {
AnimeType::G635L
} else {
AnimeType::Unsupported
}