feat: add default config path #4

Merged
t.behrendt merged 6 commits from feat-add-default-config-path into main 2025-12-27 13:29:53 +01:00
Showing only changes of commit 65bc8e9b18 - Show all commits

View File

@@ -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