From d6bfe00933038851732381ff66766e1a326a48c0 Mon Sep 17 00:00:00 2001 From: Evgenii Vilkov Date: Tue, 11 Apr 2023 10:57:21 +0200 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5c266d4..dbf9547 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Host component for communicating with QMK keyboards using Raw HID feature. Requi 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. +## Supported providers + +- Time +- Volume +- Input layout +- Media artist and song title + ## How to run it 1. Download and open [dist](/dist) folder.