|
11 months ago | |
---|---|---|
KeyboardClicker | 11 months ago | |
hid_listen | 11 months ago | |
README.md | 11 months ago |
Ever wanted a clicky keyboard but only had a boring quiet one? The solution is here! This is a dedicated hardware “clicker” that you can associate with any USB keyboard. A daemon running on the host computer listens to events from the keyboard and forwards them to an MCU that does the needed clicking.
Flash the Arduino code, build the host daemon, run it and redirect it to the Arduino’s serial:
cd hid_listen
make
sudo ./hid_listen > /dev/ttyUSB0