forked from mirrors/qmk_userspace
Normalise output selection (Bluetooth) keycodes (#19004)
This commit is contained in:
parent
9a0f347a09
commit
d810878d5e
19 changed files with 62 additions and 61 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue