rog-aura: Cleanup layouts, add gl504_US.toml

This commit is contained in:
Luke D. Jones
2022-07-29 12:07:16 +12:00
parent 03042dd5c3
commit 0ec1574219
6 changed files with 205 additions and 5 deletions

View File

@@ -91,6 +91,14 @@ impl From<&Key> for &str {
Key::M => "M",
Key::Comma => ",",
Key::Period => ".",
Key::Star => "*",
Key::NumPadDel => "Delete",
Key::NumPadPlus => "+",
Key::NumPadEnter => "Enter",
Key::NumPadPause => "Pause",
Key::NumPadPrtSc => "Print Screen",
Key::NumPadHome => "Home",
Key::NumLock => "Num-Lock",
Key::FwdSlash => "/",
Key::Rshift => "Right Shift",
Key::RshiftSmall => "Right Shift",
@@ -112,6 +120,8 @@ impl From<&Key> for &str {
Key::RAlt => "Right Alt",
Key::PrtSc => "Print Screen",
Key::RCtrl => "Right Control",
Key::RCtrlLarge => "Right Control",
Key::Pause => "Pause",
Key::Up => "Up",
Key::Down => "Down",
Key::Left => "Left",