bughelp wanted
仓库指标
- Star
- (20,368 star)
- PR 合并指标
- (平均合并 20天 9小时) (30 天内合并 27 个 PR)
描述
Describe the Bug
Some documentation page shows how to use Python to communicate with a QMK device. It suggests using pyhidapi, which is a bit confusing for those who don't know the naming mess of pyhidapi. In fact, if you follow along and run pip install pyhidapi, you'll end up with some abandoned package version 0.0.2 which for better or worse does not import as import hid.
- The documentation page in question: https://docs.qmk.fm/features/rawhid
- Documentation source code: https://github.com/qmk/qmk_firmware/blob/master/docs/features/rawhid.md
- Wrong Python package: https://pypi.org/project/pyhidapi/
- Wrong package's GitHub page: https://github.com/NF6X/pyhidapi