From 65bc8e9b18da3bd6778d11b0e29dc5a23f5a9abb Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 27 Dec 2025 10:06:54 +0100 Subject: [PATCH] docs: regarding config --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95eba79..b4f590d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ For info that with "EVIOCGRAB" the keyboard events can be consumed exclusively b ## Configuration -The configuration can be +The configuration can be provided by either specifying a config file path via the `-c` parameter. If no parameter is provided, the default config path under `$HOME/.config/UsbMakroBoard.yaml` is used. + +Find the config schema in [schemas/config.schema.json](./schemas/config.schema.json) as well as a default config in [config.yaml](./config.yaml). ## Allowing non-root access to the device