From 4d60f5eb8faf2f4be5ac9950da61fde90e4b6478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= <6031763+stsdc@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:18:39 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c15eef5..4e2fd83 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ Run `meson` to configure the build environment and then `ninja` to build To install, use `ninja install` ninja install + +To test Wacom plug without a tablet or pen use [hid-replay](https://github.com/hidutils/hid-replay/). The `hid-replay` repository releases page contains prebuilt binaries. +Remember to also clone [wacom-recordings](https://github.com/whot/wacom-recordings). +``` +sudo hid-replay wacom-recordings/Wacom\ Intuos\ Pro\ M/pen.pen-light-horizontal.hid +```