From c3e7742f9c990bcc55a7f7358a51530bf4897265 Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Tue, 3 Nov 2020 18:00:37 -0600 Subject: [PATCH] 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. --- docs/docs/behavior/outputs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/behavior/outputs.md b/docs/docs/behavior/outputs.md index 324f6f40..ae812497 100644 --- a/docs/docs/behavior/outputs.md +++ b/docs/docs/behavior/outputs.md @@ -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