ROGCC: add enable/disable aura options depending on mode

This commit is contained in:
Luke D. Jones
2022-07-27 11:39:55 +12:00
parent 5a54b830bf
commit 8f65b7e334
6 changed files with 240 additions and 178 deletions

View File

@@ -1,4 +1,5 @@
mod anime_power;
mod aura_modes;
mod aura_power;
mod fan_graph;
mod rog_bios;
@@ -6,6 +7,7 @@ mod side_panel;
mod top_bar;
pub use anime_power::*;
pub use aura_modes::*;
pub use aura_power::*;
pub use fan_graph::*;
pub use rog_bios::*;