Normalise output selection (Bluetooth) keycodes (#19004)

This commit is contained in:
Ryan 2022-11-09 06:03:31 +11:00 committed by GitHub
parent 9a0f347a09
commit d810878d5e
Failed to generate hash of commit
19 changed files with 62 additions and 61 deletions

View file

@ -292,11 +292,11 @@ See also: [Backlighting](feature_backlight.md)
See also: [Bluetooth](feature_bluetooth.md)
|Key |Description |
|----------|----------------------------------------------|
|`OUT_AUTO`|Automatically switch between USB and Bluetooth|
|`OUT_USB` |USB only |
|`OUT_BT` |Bluetooth only |
|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 |
## Caps Word :id=caps-word