mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Remove accidental board name test
This commit is contained in:
@@ -42,7 +42,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
})?;
|
})?;
|
||||||
let mut board_name = String::new();
|
let mut board_name = String::new();
|
||||||
file.read_to_string(&mut board_name)?;
|
file.read_to_string(&mut board_name)?;
|
||||||
board_name = "G533".to_string();
|
// board_name = "G533".to_string();
|
||||||
|
|
||||||
let mut layout = KeyLayout::ga401_layout(); // default
|
let mut layout = KeyLayout::ga401_layout(); // default
|
||||||
let mut path = PathBuf::from(DATA_DIR);
|
let mut path = PathBuf::from(DATA_DIR);
|
||||||
|
|||||||
Reference in New Issue
Block a user