Browse Source

docs(outputs): run prettier on outputs.md (#317)

Fixes #269
xmkb
innovaker 4 years ago committed by GitHub
parent
commit
4672a0cbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      docs/docs/behavior/outputs.md

18
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 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 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 1. Behavior binding to toggle between preferring USB and BLE
``` ```
&out OUT_TOG &out OUT_TOG
``` ```

Loading…
Cancel
Save