Per-key example

This commit is contained in:
Luke
2020-04-24 22:01:13 +12:00
parent 515888393c
commit ccae9dd764
6 changed files with 214 additions and 130 deletions

View File

@@ -37,8 +37,8 @@ impl LaptopGL753 {
//from `lsusb -vd 0b05:1866`
key_endpoint: 0x83,
supported_modes: [
BuiltInModeByte::Stable,
BuiltInModeByte::Breathe,
BuiltInModeByte::Single,
BuiltInModeByte::Breathing,
BuiltInModeByte::Cycle,
],
backlight: Backlight::new("intel_backlight").unwrap(),