Add GA503Q led modes

This commit is contained in:
Luke D. Jones
2021-05-30 10:19:25 +12:00
parent 62a18d4e57
commit b9c4ff9ca7
12 changed files with 41 additions and 31 deletions

View File

@@ -57,6 +57,7 @@ impl<'a> RogBiosProxy<'a> {
Ok(RogBiosProxy(DaemonProxy::new(&conn)?))
}
#[inline]
pub fn proxy(&self) -> &DaemonProxy<'a> {
&self.0
}