From e274bce064b60820f60c181a93797c0c33210e9d Mon Sep 17 00:00:00 2001 From: Noel Pineiro Date: Sat, 27 Jun 2020 03:58:21 +0200 Subject: [PATCH] New line fix --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb4266..0a6cf60 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,13 @@ Requires python3, python-uinput and RPi.GPIO Make sure that user pi can open the uinput device. Enable access to it: + sudo groupadd -f uinput + sudo gpasswd -a pi uinput -Open /etc/udev/rules.d/99-input.rules and add: + +Open /etc/udev/rules.d/99-input.rules and add this: + SUBSYSTEM=="input", GROUP="input", MODE="0660" + KERNEL=="uinput", GROUP="uinput", MODE="0660" \ No newline at end of file