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 Acliad committed Jan 22, 2024
1 parent fb13f7b commit 364fc42
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 364fc42

Please sign in to comment.