diff options
author | Nick Brassel <nick@tzarc.org> | 2024-08-27 10:52:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 10:52:23 +1000 |
commit | 70cbf08b673c2cc59e603503e834ac460040ecc1 (patch) | |
tree | 3843e6c36e6564a1a6842cc15adc276cd29ce0d2 /docs/features | |
parent | ecf725b356e999799f30f0fcaa9e0848cc3163ca (diff) |
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/bluetooth.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/features/bluetooth.md b/docs/features/bluetooth.md index 1dbf15f4e1..d3634498be 100644 --- a/docs/features/bluetooth.md +++ b/docs/features/bluetooth.md @@ -39,8 +39,8 @@ BLUETOOTH_DRIVER = bluefruit_le # or rn42 This is used when multiple keyboard outputs can be selected. Currently this only allows for switching between USB and Bluetooth on keyboards that support both. -|Key |Aliases |Description | -|---------------------|---------|----------------------------------------------| -|`QK_OUTPUT_AUTO` |`OU_AUTO`|Automatically switch between USB and Bluetooth| -|`QK_OUTPUT_USB` |`OU_USB` |USB only | -|`QK_OUTPUT_BLUETOOTH`|`OU_BT` |Bluetooth only | +| Key | Aliases | Description | +|-----------------------|----------------------|------------------------------------------------| +| `QK_OUTPUT_NEXT` | `OU_NEXT`, `OU_AUTO` | Automatically switch between USB and Bluetooth | +| `QK_OUTPUT_USB` | `OU_USB` | USB only | +| `QK_OUTPUT_BLUETOOTH` | `OU_BT` | Bluetooth only | |