summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-10-31 16:00:02 +0000
committerGitHub <noreply@github.com>2020-10-31 12:00:02 -0400
commit4672a0cbb55d5fd5713bf019e91169d5636c8632 (patch)
tree1a4d4d01e076ba20d33f9a5d943ae3ec13af7204
parent1766b090ee12dab95b4c4c5587a4d43468a48270 (diff)
docs(outputs): run prettier on outputs.md (#317)
Fixes #269
-rw-r--r--docs/docs/behavior/outputs.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/docs/behavior/outputs.md b/docs/docs/behavior/outputs.md
index 50afac9..324f6f4 100644
--- a/docs/docs/behavior/outputs.md
+++ b/docs/docs/behavior/outputs.md
@@ -42,18 +42,18 @@ The output selection behavior changes the preferred output on press.
1. Behavior binding to prefer sending keyboard output to USB
- ```
- &out OUT_USB
- ```
+ ```
+ &out OUT_USB
+ ```
1. Behavior binding to prefer sending keyboard output to the current bluetooth profile
- ```
- &out OUT_BLE
- ```
+ ```
+ &out OUT_BLE
+ ```
1. Behavior binding to toggle between preferring USB and BLE
- ```
- &out OUT_TOG
- ```
+ ```
+ &out OUT_TOG
+ ```