diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-11 03:46:19 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-11 03:46:19 -0400 |
commit | 874429aa19832b1e902554381ed5bdd1927c95fa (patch) | |
tree | beb920bda6679ced7abf8a7a548b63856d91d251 /marsond.c | |
parent | 627a209c100d563de7b3da65e5037d647c6f2ede (diff) | |
download | marsond-874429aa19832b1e902554381ed5bdd1927c95fa.tar.gz |
make vendor/product IDs and default device names configurable at build time.
Diffstat (limited to 'marsond.c')
-rw-r--r-- | marsond.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,7 +24,9 @@ #define DEFAULT_DELAY_MS 30 +#ifndef DEFAULT_KBD #define DEFAULT_KBD "/dev/input/by-id/usb-Marson_Marson_Keyboard_and_Mouse_Link_Ver:ps2120L-event-kbd" +#endif #define DEFAULT_USER "nobody" #define DEFAULT_GROUP "nobody" |