logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 31fdf7d89986d43eefe954d87a34cc831c561eb9
parent 13f7b6824057e74e9e70781595378d594beeda55
Author: Thomas White <TomW1605@users.noreply.github.com>
Date:   Tue,  9 Jan 2024 19:13:51 +0800

add pywinusb lib to list of example libs for HID (#22747)


Diffstat:

Mdocs/feature_rawhid.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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!