feat(behaviors): add &out OUT_NONE (#3235)
Allow manually setting the preferred transport to `ZMK_TRANSPORT_NONE` with the `&out` behavior to prevent the keyboard from sending any output.
This commit is contained in:
parent
3538843a09
commit
8a44ef109a
3 changed files with 15 additions and 6 deletions
|
|
@ -6,4 +6,5 @@
|
|||
|
||||
#define OUT_TOG 0
|
||||
#define OUT_USB 1
|
||||
#define OUT_BLE 2
|
||||
#define OUT_BLE 2
|
||||
#define OUT_NONE 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue