Add extra models to ledmodes

- Configurable anime example
- Gfx power states as enum

Closes #72
This commit is contained in:
Luke D Jones
2021-03-29 19:36:30 +13:00
parent fbc248177a
commit 7ff01f12e9
52 changed files with 2983 additions and 564 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ pub struct Profile {
}
#[deprecated]
pub type CPUSettings = Profile;
pub type CpuSettings = Profile;
impl Default for Profile {
fn default() -> Self {