sabre_v2_pro 0.1.0

A CLI tool to read battery and charging status from the Corsair Sabre v2 Pro.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sabre v2 Pro

Exit code `1` means the mouse is not connected/detected.

## Check the battery status
```
sabre_v2_pro battery
```

## Check whether the mouse is charging
```
sabre_v2_pro charging
```