diff options
author | Nicolas Munnich <[email protected]> | 2024-11-03 00:29:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-03 00:29:09 +0100 |
commit | 1cfce345bab7d8b577096a2144ada02731f317bd (patch) | |
tree | c6f9452785c32d95a25108a5019a96fe16ab82be /docs | |
parent | f4582bdaa7e805e7e2ee8432b61783c1ed5f1af1 (diff) | |
download | zmk-1cfce345bab7d8b577096a2144ada02731f317bd.tar.gz zmk-1cfce345bab7d8b577096a2144ada02731f317bd.zip |
docs: Add retro-tap sentence and fix anchor (#2605)
Co-authored-by: Felix Sargent <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/keymaps/behaviors/hold-tap.mdx | 2 | ||||
-rw-r--r-- | docs/docs/troubleshooting/connection-issues.mdx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/keymaps/behaviors/hold-tap.mdx b/docs/docs/keymaps/behaviors/hold-tap.mdx index 4e244af5d7..b10db34443 100644 --- a/docs/docs/keymaps/behaviors/hold-tap.mdx +++ b/docs/docs/keymaps/behaviors/hold-tap.mdx @@ -73,7 +73,7 @@ Note that the greater the value of `require-prior-idle-ms` is, the harder it wil #### `retro-tap` -If `retro-tap` is enabled, the tap behavior is triggered when releasing the hold-tap key if no other key was pressed in the meantime. +If `retro-tap` is enabled, the tap behavior is triggered when releasing the hold-tap key if no other key was pressed in the meantime. The hold key does not activate until another key is pressed, meaning that it cannot be used for mouse events like Shift Click to select from your cursor position to mouse position. For example, if you press `&mt LEFT_SHIFT A` and then release it without pressing another key, it will output `a`. diff --git a/docs/docs/troubleshooting/connection-issues.mdx b/docs/docs/troubleshooting/connection-issues.mdx index 7f869f2018..6689885a9f 100644 --- a/docs/docs/troubleshooting/connection-issues.mdx +++ b/docs/docs/troubleshooting/connection-issues.mdx @@ -100,7 +100,7 @@ Other microcontrollers may have similar configuration options [found in the Zeph ### Unreliable/Weak Connection -Some users may experience a poor connection between the keyboard and the host. This might be due to poor quality BLE hardware, a [metal enclosure on the keyboard or host](hardware-issues.mdx#antenna), or the distance between them. Increasing the transmit power of the keyboard's BLE radio may reduce the severity of this problem. To do this, set the `CONFIG_BT_CTLR_TX_PWR_PLUS_8` configuration value in the `.conf` file of your user config directory as such: +Some users may experience a poor connection between the keyboard and the host. This might be due to poor quality BLE hardware, a [metal enclosure on the keyboard or host](hardware-issues.mdx#hardware-related-wireless-connectivity-issues), or the distance between them. Increasing the transmit power of the keyboard's BLE radio may reduce the severity of this problem. To do this, set the `CONFIG_BT_CTLR_TX_PWR_PLUS_8` configuration value in the `.conf` file of your user config directory as such: ```ini CONFIG_BT_CTLR_TX_PWR_PLUS_8=y |