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
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ If you wish to compile it manually, you can install the dependencies with `brew
66
66
67
67
Also you have to download Xcode via the Mac App Store for the compilers.
68
68
69
+
#### Windows
70
+
71
+
Windows support is a bit experimental and might not work in all cases. You can find binaries in the [releases](https://github.com/Sapd/HeadsetControl/releases) page, or compile instructions via MSYS2/MinGW in the [wiki](https://github.com/Sapd/HeadsetControl/wiki/Development#windows).
72
+
69
73
### Compiling
70
74
71
75
```
@@ -92,12 +96,18 @@ Type `headsetcontrol -h` to get all available options.\
92
96
93
97
Following options don't work on all devices yet:
94
98
95
-
` -b` check battery level. Returns a value from 0 to 100 or loading.
99
+
`headsetcontrol -b` check battery level. Returns a value from 0 to 100 or loading.
96
100
97
101
`headsetcontrol -n 0|1` sends a notification sound, made by the headset. 0 or 1 are currently supported as values.
98
102
99
103
`headsetcontrol -l 0|1` switches LED off/on (off almost doubles battery lifetime!).
100
104
105
+
`headsetcontrol -c` cut unnecessary output, for reading by other scripts or applications.
106
+
107
+
## Development
108
+
109
+
Look at the [wiki](https://github.com/Sapd/HeadsetControl/wiki/Development) if you want to contribute and implement another device or improve the software.
110
+
101
111
## Notice
102
112
103
113
HeadsetControl is distributed in the hope that it will be useful,\
0 commit comments