-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# QMK HID Host | ||
|
||
Host component for communicating with QMK keyboards using Raw HID feature. Requires support on keyboard side, currently is supported by [stront](https://github.com/zzeneg/stront). | ||
|
||
## Architecture | ||
|
||
Host contains two parts - server and adapters, which communicate between each other using [socket.io](https://socket.io). Server is a cross-platform application written in node.js, and adapters should be OS-specific to be able to use OS functions. Currently only Windows adapter written in C# exists. | ||
|
||
## How to run it | ||
|
||
1. Download and open [dist](/dist) folder. | ||
2. Open server config file `QMK.HID.Host.Server.json`, make sure `device` values matches your keyboard, update `layouts` if needed. | ||
3. Connect your keyboard. | ||
4. Start `QMK.HID.Host.Server.exe` and `QMK.HID.Host.Adapter.Windows.exe` (order does not matter). |