Skip to content

Commit

Permalink
Add documentation for timeout option for smart interrupt behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nickconway authored and caksoylar committed Jul 30, 2022
1 parent bb13ef4 commit 33bde54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/behaviors/smart-interrupt.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Pressing `smart-int` will fire the first behavior, and output `A`, as well as th

### Advanced Configuration

#### `timeout-ms`

Setting `timeout-ms` will cause the deactivation behavior to fire when the time has elapsed after releasing the Smart Interrupt or a shared key.

#### `shared-key-positions`

- Including `shared-key-positions` in your smart interrupt definition will let the key positions specified NOT trigger the interrupt behavior when a smart interrupt is active.
Expand Down

0 comments on commit 33bde54

Please sign in to comment.