summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-01-09 11:15:47 +0000
committerQMK Bot <hello@qmk.fm>2024-01-09 11:15:47 +0000
commitc1f6eb2e9e86a53a7feed5c0fb05fa41959dc722 (patch)
tree45eefae5e3969fdd37eb4c608b9f1fecfb6ac90e /docs
parentf39386a112c440c02c7003d59b1624590140dd07 (diff)
parent31fdf7d89986d43eefe954d87a34cc831c561eb9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rawhid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rawhid.md b/docs/feature_rawhid.md
index 094dd21c7e..64cb42fdfe 100644
--- a/docs/feature_rawhid.md
+++ b/docs/feature_rawhid.md
@@ -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!