diff options
| author | Nick Brassel | 2024-05-28 06:39:23 +0200 |
|---|---|---|
| committer | Nick Brassel | 2024-05-28 06:39:23 +0200 |
| commit | f76cc320fd9f3365a80cc0d8af2990bc28d76bde (patch) | |
| tree | 3c5330bbc9ab254424ac57335510de341b4ada11 /docs/feature_pointing_device.md | |
| parent | 7620c64b99dc5bec480bfaa2708cb3fae709e2b3 (diff) | |
| parent | 465ab5a20643722c9b712c6b6924472b7345dd64 (diff) | |
Merge branch 'develop'
Diffstat (limited to 'docs/feature_pointing_device.md')
| -rw-r--r-- | docs/feature_pointing_device.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/feature_pointing_device.md b/docs/feature_pointing_device.md index b091dec08b..f55b308286 100644 --- a/docs/feature_pointing_device.md +++ b/docs/feature_pointing_device.md @@ -780,6 +780,9 @@ There are several functions that allow for more advanced interaction with the au | `get_auto_mouse_timeout(void)` | Return the current timeout for turing off the layer | | `uint16_t` | | `set_auto_mouse_debounce(uint16_t timeout)` | Change/set the debounce for preventing layer activation | | `void`(None) | | `get_auto_mouse_debounce(void)` | Return the current debounce for preventing layer activation | | `uint8_t` | +| `is_auto_mouse_active(void)` | Returns the active state of the auto mouse layer (eg if the layer has been triggered)| | `bool` | +| `get_auto_mouse_key_tracker(void)` | Gets the current count for the auto mouse key tracker. | | `int8_t` | +| `set_auto_mouse_key_tracker(int8_t key_tracker)` | Sets/Overrides the current count for the auto mouse key tracker. | | `void`(None) | _NOTES:_ - _Due to the nature of how some functions work, the `auto_mouse_trigger_reset`, and `auto_mouse_layer_off` functions should never be called in the `layer_state_set_*` stack as this can cause indefinite loops._ |