Skip to content

mazestd/qmk-hid-host

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMK HID Host

Host component for communicating with QMK keyboards using Raw HID feature.

Requires support on keyboard side, currently is supported by stront.

Architecture

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.

Supported providers

  • Time
  • Volume
  • Input layout
  • Media artist and song title

How to run it

  1. Download and start qmk-hid-host.exe
  2. The app will create a configuration json file in the same folder
  3. Edit that config with your options and restart the app

Changelog

  • 2023-07-30 - rewritten to Rust

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%