fix(docs): remove incorrect defines for outputs

The output selection behaviors page still referenced defines that were
removed while reviewing the PR. Updated the docs to match the code.
This commit is contained in:
Joel Spadin 2020-11-03 18:00:37 -06:00 committed by Pete Johanson
parent 274fdec783
commit c3e7742f9c
1 changed files with 6 additions and 6 deletions

View File

@ -23,11 +23,11 @@ header, which is added at the top of the keymap file:
This allows you to reference the actions defined in this header:
| Define | Action | Alias |
| ------------------- | ----------------------------------------------- | --------- |
| `OUTPUT_USB_CMD` | Prefer sending to USB | `OUT_USB` |
| `OUTPUT_BLE_CMD` | Prefer sending to the current bluetooth profile | `OUT_BLE` |
| `OUTPUT_TOGGLE_CMD` | Toggle between USB and BLE | `OUT_TOG` |
| Define | Action |
| --------- | ----------------------------------------------- |
| `OUT_USB` | Prefer sending to USB |
| `OUT_BLE` | Prefer sending to the current bluetooth profile |
| `OUT_TOG` | Toggle between USB and BLE |
## Output Selection Behavior
@ -38,7 +38,7 @@ The output selection behavior changes the preferred output on press.
- Reference: `&out`
- Parameter #1: Command, e.g. `OUT_BLE`
### Example:
### Examples
1. Behavior binding to prefer sending keyboard output to USB