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/_aliases.json | |
| parent | f8b4e24d3720f369f8146fef7a6d2fd75f228e6f (diff) | |
Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)
Diffstat (limited to 'docs/_aliases.json')
| -rw-r--r-- | docs/_aliases.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_aliases.json b/docs/_aliases.json index f06e032215..0dfcdea1e2 100644 --- a/docs/_aliases.json +++ b/docs/_aliases.json @@ -16,6 +16,8 @@ "/tutorial": "/newbs", "/unicode": "/feature_unicode", + "/features/bluetooth": "/features/wireless", + "/adc_driver": "/drivers/adc", "/apa102_driver": "/drivers/apa102", "/audio_driver": "/drivers/audio", @@ -24,7 +26,7 @@ "/feature_auto_shift": "/features/auto_shift", "/feature_autocorrect": "/features/autocorrect", "/feature_backlight": "/features/backlight", - "/feature_bluetooth": "/features/bluetooth", + "/feature_bluetooth": "/features/wireless", "/feature_bootmagic": "/features/bootmagic", "/feature_caps_word": "/features/caps_word", "/feature_combo": "/features/combo", |