You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried messing around with mow to get it to work before I found your fork; I changed the filter in src/main.rs to match the Model I but ended up with this:
thread 'main' panicked at src/report/battery.rs:12:40:
called `Result::unwrap()` on an `Err` value: HidApiError { message: "hid_error is not implemented yet" }
The text was updated successfully, but these errors were encountered:
I've been looking for a way to get this working with my Model I, and so far I've determined the following:
I changed the
src/glorious.rs
file as such:However, when I run
report battery
orreport firmware
, I get:I also tried messing around with mow to get it to work before I found your fork; I changed the filter in
src/main.rs
to match the Model I but ended up with this:The text was updated successfully, but these errors were encountered: