rog-aura: adjustment of layouts and key sizes

This commit is contained in:
Luke D. Jones
2022-07-29 15:35:03 +12:00
parent 0ec1574219
commit 7abad979c8
5 changed files with 81 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut path = PathBuf::from(DATA_DIR);
#[cfg(feature = "mocking")]
{
board_name = "GX502".to_string();
board_name = "G513".to_string();
path.pop();
path.push("rog-aura");
path.push("data");