Add panel_od support

This commit is contained in:
Luke D. Jones
2022-07-17 20:21:34 +12:00
parent fee1486db6
commit 23353c77f3
7 changed files with 130 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ pub struct LedSupportedFunctions {
pub struct RogBiosSupportedFunctions {
pub post_sound_toggle: bool,
pub dedicated_gfx_toggle: bool,
pub panel_overdrive: bool,
}
impl fmt::Display for SupportedFunctions {