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