summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2024-06-09 07:49:50 -0700
committerWez Furlong <wez@wezfurlong.org>2024-06-09 07:50:30 -0700
commitf4de30daf0e5e00beffd52a2ef3328fbcfde2145 (patch)
tree481fe45fc8dd3566efce1b124f75f5f649e03d6e /README.md
parent2f12d47daacbb10f959c017570b530ecab599f00 (diff)
add link to evremap-gui
refs: https://github.com/wez/evremap/issues/39
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 005191c..6d81a87 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,9 @@ output = ["KEY_MUTE"]
* How do I list available key codes?
`evremap list-keys`
+* Is there a GUI for editing the config file?
+ Yes, take a look at [Evremap-GUI](https://github.com/M8850/Evremap-GUI)
+
## Building it
```console