Host component for communicating with QMK keyboards using Raw HID feature.
Requires support on keyboard side, currently is supported by stront.
Application is written in Rust which gives easy access to HID libraries, low-level Windows APIs and potential cross-platform compatibility. Currently only Windows is supported, as I don't use other operating systems. Please feel free to raise any PRs with Linux/MacOS support.
- Time
- Volume
- Input layout
- Media artist and song title
- Download and start qmk-hid-host.exe
- The app will create a configuration json file in the same folder
- Edit that config with your options and restart the app
- 2023-07-30 - rewritten to Rust