Trial of adding G531GT support - similar to GX502

This commit is contained in:
Luke
2020-06-23 13:55:36 +12:00
parent 7246acbb66
commit 08801f8bfc
2 changed files with 4 additions and 2 deletions

View File

@@ -65,8 +65,8 @@ fn choose_1866_device(prod: u16) -> LaptopBase {
// Has no RGB control
info!("Found GA502 series");
}
"GX502" => {
info!("Found GX502 series");
"GX502" | "G531G" => {
info!("Found {} series", board_name.as_str());
laptop.supported_modes = vec![
BuiltInModeByte::Single,
BuiltInModeByte::Breathing,