From 17361e888e8219ae143b2d635a5515bd5092a4c1 Mon Sep 17 00:00:00 2001 From: datalore Date: Wed, 6 Aug 2025 21:52:48 +0200 Subject: [PATCH] change(README): Updated section about config file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ebe2d..d75d7f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Install with go install git.datalore.sh/datalore/midi-hid@latest ``` -and run it with `midi-hid`. It reads `config.yaml` from its current working directory, creates the configured virtual gamepads and translates the inputs until SIGINT is received. +and run it with `midi-hid`. If no config file is specified, it reads `~/.config/midi-hid/config.yaml`. +Every configured midi controller will be represented by a virtual gamepad, and the inputs will be translated until SIGINT is received. See the provided example config on how to configure your controller, it should be pretty self-explanatory.