tokencoder 4 years ago committed by GitHub
parent c85233b7c0
commit 5ca3183aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,12 @@ Next step: [Add keyboard support to Arduino](#add-keyboard-support-to-arduino)
$ sudo /etc/init.d/udev reload $ sudo /etc/init.d/udev reload
``` ```
For Arch based distributions the following command will be used instead of `sudo /etc/init.d/udev reload`
```sh
$ sudo udevadm control --reload-rules && udevadm trigger
```
4. Then disconnect and reconnect the keyboard for that change to take effect. 4. Then disconnect and reconnect the keyboard for that change to take effect.
5. You may have to tweak the `ARDUINO_PATH` (put this line in your shell-rc) 5. You may have to tweak the `ARDUINO_PATH` (put this line in your shell-rc)

Loading…
Cancel
Save