Skip to content

Commit

Permalink
docs(outputs): run prettier on outputs.md (zmkfirmware#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
innovaker committed Oct 31, 2020
1 parent ec06d26 commit 7ade783
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/docs/behavior/outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7ade783

Please sign in to comment.