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

@@ -34,6 +34,7 @@ row = [
'F10',
'F11',
'F12',
'RowEndSpacer',
'Del',
'NumPadPause',
'NumPadPrtSc',
@@ -57,6 +58,7 @@ row = [
'Hyphen',
'Equals',
'BkSpc',
'RowEndSpacer',
'NumLock',
'FwdSlash',
'Star',
@@ -80,6 +82,7 @@ row = [
'LBracket',
'RBracket',
'BackSlash',
'RowEndSpacer',
'N7',
'N8',
'N9',
@@ -102,6 +105,7 @@ row = [
'SemiColon',
'Quote',
'Return',
'RowEndSpacer',
'N4',
'N5',
'N6',
@@ -123,6 +127,7 @@ row = [
'Period',
'FwdSlash',
'Rshift',
'RowEndSpacer',
'N1',
'N2',
'N3',
@@ -141,6 +146,7 @@ row = [
'RFn',
'RFn',
'RCtrlLarge',
'RowEndSpacer',
'UpRegular',
'N0',
'NumPadDel',
@@ -166,6 +172,7 @@ row = [
'NormalSpacer',
'NormalSpacer',
'LeftRegular',
'RowEndSpacer',
'DownRegular',
'RightRegular',
'NormalSpacer',

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");