Skip to content

Commit

Permalink
add pywinusb lib to list of example libs for HID (qmk#22747)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomW1605 authored and Nathan committed Feb 11, 2024
1 parent a393458 commit 4ac3bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_rawhid.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To send data to the keyboard, you must first find a library for communicating wi
* **Node.js:** [node-hid](https://github.com/node-hid/node-hid)
* **C/C++:** [hidapi](https://github.com/libusb/hidapi)
* **Java:** [purejavahidapi](https://github.com/nyholku/purejavahidapi) and [hid4java](https://github.com/gary-rowe/hid4java)
* **Python:** [pyhidapi](https://pypi.org/project/hid/)
* **Python:** [pyhidapi](https://pypi.org/project/hid/) and [pywinusb](https://pypi.org/project/pywinusb)

Please refer to these libraries' own documentation for instructions on usage. Remember to close the device once you are finished with it!

Expand Down

0 comments on commit 4ac3bba

Please sign in to comment.