diff options
| author | Nick Brassel | 2024-11-14 11:16:52 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-14 11:16:52 +0100 |
| commit | 0bda0f47754d01aa904f9831ff58ef760807ab16 (patch) | |
| tree | ad041dd6bf343a021bc5afd9328f74badeafc1e7 /docs/reference_info_json.md | |
| parent | f8b4e24d3720f369f8146fef7a6d2fd75f228e6f (diff) | |
Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)
Diffstat (limited to 'docs/reference_info_json.md')
| -rw-r--r-- | docs/reference_info_json.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index c1061cdf82..99ff7b1f7a 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -177,9 +177,9 @@ Configures the [Backlight](features/backlight) feature. * `pins` <Badge type="info">Array: Pin</Badge> * A list of GPIO pins connected to the backlight LEDs (`software` and `timer` drivers only). -## Bluetooth {#bluetooth} +## Wireless/Bluetooth {#bluetooth} -Configures the [Bluetooth](features/bluetooth) feature. +Configures the [Wireless](features/wireless) feature. * `bluetooth` * `driver` <Badge type="info">String</Badge> |