diff options
| author | Victor | 2024-10-11 05:27:15 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-11 05:27:15 +0200 |
| commit | 27d68ef8b9310de40532aade86978ed2a5608ce9 (patch) | |
| tree | 03ad9ec2ed7178cfe52f7d7280b38a6707338991 /keyboards/ploopyco/readme.md | |
| parent | c8a87ff3fe8bccd33405e07cd5e52197dd20df36 (diff) | |
Add Ploopyco functions for host state control (#23953)
Diffstat (limited to 'keyboards/ploopyco/readme.md')
| -rw-r--r-- | keyboards/ploopyco/readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/ploopyco/readme.md b/keyboards/ploopyco/readme.md index b6eecf080e..a9777ca7ce 100644 --- a/keyboards/ploopyco/readme.md +++ b/keyboards/ploopyco/readme.md @@ -10,11 +10,11 @@ # Customizing your PloopyCo Device There are a number of behavioral settings that you can use to help customize your experience -| | | | -|---------------------------------|-------------------|-----------------------------------------------------------| -| `PLOOPY_IGNORE_SCROLL_CLICK` | *__not_defined__* | Ignores scroll wheel if it is pressed down. | -| `PLOOPY_SCROLL_DEBOUNCE` | `5` | Number of milliseconds between scroll events. | -| `PLOOPY_SCROLL_BUTTON_DEBOUNCE` | `100` | Time to ignore scroll events after pressing scroll wheel. | +|Define |Default Value|Description | +|-------------------------------|-------------|---------------------------------------------------------| +|`PLOOPY_IGNORE_SCROLL_CLICK` |*Not defined*|Ignores scroll wheel if it is pressed down. | +|`PLOOPY_SCROLL_DEBOUNCE` |`5` |Number of milliseconds between scroll events. | +|`PLOOPY_SCROLL_BUTTON_DEBOUNCE`|`100` |Time to ignore scroll events after pressing scroll wheel.| ## DPI |