chore: Docs review tweaks.
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
parent
3fec690def
commit
6d50ba5553
2 changed files with 7 additions and 8 deletions
|
@ -54,7 +54,6 @@ config ZMK_BEHAVIOR_HOLD_TAP_MAX_HELD
|
|||
help
|
||||
Max number of simultaneously held hold-taps
|
||||
|
||||
|
||||
config ZMK_BEHAVIOR_HOLD_TAP_MAX_CAPTURED_EVENTS
|
||||
int "Hold Tap Max Captured Events"
|
||||
default 40
|
||||
|
|
|
@ -54,9 +54,9 @@ See the [hold-tap behavior](../behaviors/hold-tap.mdx) documentation for more de
|
|||
### Kconfig
|
||||
|
||||
| Config | Type | Description | Default |
|
||||
| -------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------- | ------- |
|
||||
| `CONFIG_ZMK_BEHAVIOR_HOLD_TAP_MAX_HELD` | int | Maximum number of simultaneous held hold-taps. | 10 |
|
||||
| `CONFIG_ZMK_BEHAVIOR_HOLD_TAP_MAX_CAPTURED_EVENTS` | int | Maximum number of system events to capture while deferring a hold or tap decision resolution. | 40 |
|
||||
| -------------------------------------------------- | ---- | -------------------------------------------------------------------------------------------- | ------- |
|
||||
| `CONFIG_ZMK_BEHAVIOR_HOLD_TAP_MAX_HELD` | int | Maximum number of simultaneous held hold-taps | 10 |
|
||||
| `CONFIG_ZMK_BEHAVIOR_HOLD_TAP_MAX_CAPTURED_EVENTS` | int | Maximum number of system events to capture while deferring a hold or tap decision resolution | 40 |
|
||||
|
||||
### Devicetree
|
||||
|
||||
|
@ -237,8 +237,8 @@ See the [sticky key behavior](../behaviors/sticky-key.md) and [sticky layer beha
|
|||
### Kconfig
|
||||
|
||||
| Config | Type | Description | Default |
|
||||
| ----------------------------------------- | ---- | ------------------------------------------------ | ------- |
|
||||
| `CONFIG_ZMK_BEHAVIOR_STICKY_KEY_MAX_HELD` | int | Maximum number of simultaneous held sticky keys. | 10 |
|
||||
| ----------------------------------------- | ---- | ----------------------------------------------- | ------- |
|
||||
| `CONFIG_ZMK_BEHAVIOR_STICKY_KEY_MAX_HELD` | int | Maximum number of simultaneous held sticky keys | 10 |
|
||||
|
||||
### Devicetree
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue