qmk_firmware/docs/features
yi chen a738fad372
Some checks failed
Update API Data / api_data (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Generate Docs / generate (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
[Docs] Clarify Python HID package name in Raw HID docs (#26318)
The PyPI package for the Python HID library used here is called `hid`
(https://pypi.org/project/hid/), but the docs called it "pyhidapi" while
linking to the `hid` package page. There is also a separate, unrelated,
unmaintained package literally named `pyhidapi` on PyPI, so a reader
following the doc text as written can end up installing the wrong package.

Update the library list and prose to say `hid`, and add a short tip
covering the install/import command and calling out the package to avoid.

Fixes #26047
2026-07-11 06:32:34 +01:00
..
audio.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
auto_shift.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
autocorrect.md [docs] Replace Imgur-hosted images (#25690) 2025-11-04 00:05:39 +00:00
backlight.md [docs] Replace Imgur-hosted images (#25690) 2025-11-04 00:05:39 +00:00
battery.md Refactor battery driver (#25550) 2025-08-17 01:14:48 +01:00
bootmagic.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
caps_word.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
combo.md Update combo user function variable (#24467) 2024-10-12 00:13:31 +01:00
command.md [Docs] Remove references to bootmagic lite (#24369) 2024-09-06 17:30:54 +01:00
community_modules.md Fix split data sync link in community modules docs (#26055) 2026-03-09 21:16:30 +00:00
digitizer.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
dip_switch.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
dynamic_macros.md [Feature Improvement]add option to keep layer state when recording dynamic macros (#24418) 2025-11-11 23:30:42 +11:00
encoders.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
grave_esc.md docs(features): Add missing inline code syntax for KC_ESC (#26314) 2026-07-07 23:14:50 +01:00
haptic_feedback.md Fix drv haptics docs by using the correct function name (#25733) 2025-10-18 22:31:52 +01:00
hd44780.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
joystick.md Joystick: add support for 8-way hat switch (#24515) 2024-11-09 14:10:10 -08:00
key_lock.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
key_overrides.md [Docs] Show how to flip semicolon and colon (#26030) 2026-03-09 19:41:03 -07:00
layer_lock.md [docs] Replace Imgur-hosted images (#25690) 2025-11-04 00:05:39 +00:00
leader_key.md Add leader_add_user callback (#24266) 2025-01-01 23:12:58 -08:00
led_indicators.md Remove deprecated led_set_user (#23979) 2024-06-22 09:10:58 +01:00
led_matrix.md Add LED/RGB Matrix flags API docs (#25673) 2025-09-29 20:27:07 +01:00
midi.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
mouse_keys.md [Docs][MouseKeys] Document the effect of the acceleration key in default mode. (#26213) 2026-05-23 08:38:40 +08:00
oled_driver.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
os_detection.md Explain how to use STORE_SETUPS and PRINT_SETUPS (#26070) 2026-03-19 11:40:49 +08:00
pointing_device.md Added PixArt PMW-3325 mouse sensor driver (#26065) 2026-03-15 21:28:40 +11:00
programmable_button.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
ps2_mouse.md [Docs] Fix PS/2 Driver headers (#25332) 2025-06-04 22:41:37 +10:00
rawhid.md [Docs] Clarify Python HID package name in Raw HID docs (#26318) 2026-07-11 06:32:34 +01:00
repeat_key.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
rgb_matrix.md Add LED/RGB Matrix flags API docs (#25673) 2025-09-29 20:27:07 +01:00
rgblight.md [docs] Replace Imgur-hosted images (#25690) 2025-11-04 00:05:39 +00:00
secure.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
send_string.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
sequencer.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00
space_cadet.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
split_keyboard.md [docs] Replace Imgur-hosted images (#25690) 2025-11-04 00:05:39 +00:00
st7565.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
stenography.md docs: fix misspellings (#25555) 2025-09-09 14:51:13 -07:00
swap_hands.md Fix documentation error (#23872) 2024-06-06 12:09:44 +10:00
tap_dance.md [Docs] Tap-hold doc improvements and suggest an HRMs starter recipe (#26284) 2026-07-03 11:48:28 +08:00
tri_layer.md Fix Tri-Layer Keycode Descriptions (#23888) 2024-06-09 10:57:45 -07:00
unicode.md Add usage clarifications to docs/features/unicode.md (#26156) 2026-05-22 13:57:44 +08:00
wireless.md Revert removal of QK_OUTPUT_AUTO, fixup docs to reflect. (#24593) 2024-11-14 21:16:52 +11:00
wpm.md [docs] Organize driver & feature docs into subfolders (#23848) 2024-06-02 12:42:24 +10:00