mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Merge branch 'main' into 'main'
Resolve "AniMe Broken on GA402XZ" Closes #512 See merge request asus-linux/asusctl!190
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- Renamed `Strobe` effect to `RainbowCycle` to prevent confusion over what it is
|
||||
- Ranamed `Rainbow` effect to `RainbowWave`
|
||||
- Cleaned up serde crate deps
|
||||
- Fixed AniMe on GA402XZ
|
||||
|
||||
## [v6.0.10]
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ pub fn get_maybe_anime_type() -> Result<AnimeType, AnimeError> {
|
||||
|
||||
if board_name.contains("GA401I") || board_name.contains("GA401Q") {
|
||||
return Ok(AnimeType::GA401);
|
||||
} else if board_name.contains("GA402R") {
|
||||
} else if board_name.contains("GA402R") || board_name.contains("GA402X") {
|
||||
return Ok(AnimeType::GA402);
|
||||
} else if board_name.contains("GU604V") {
|
||||
return Ok(AnimeType::GU604);
|
||||
|
||||
Reference in New Issue
Block a user