rog-aura: add gap between numpad on gl504

This commit is contained in:
Luke D. Jones
2022-07-29 19:22:47 +12:00
parent de7fb4a942
commit 14f0693511
2 changed files with 8 additions and 1 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 = "gl504".to_string();
path.pop();
path.push("rog-aura");
path.push("data");