openseries-gg 1.0.0

Control supported SteelSeries headsets and mice from the command line or Rust
Documentation
1
2
3
4
5
6
7
mod commands;
mod interactive;
mod settings;

fn main() {
    std::process::exit(commands::run());
}