diff options
author | Jasmin <98263758+chloe-the-catgirl@users.noreply.github.com> | 2023-04-30 03:57:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 11:57:30 +1000 |
commit | 4887f03dbd0b5aa3f804309a7293d2c7e632c1a7 (patch) | |
tree | 006b61d3ea74c4fa87c845d961b161576dffd364 /docs | |
parent | a415d2203ca9e28a77cec6a8a75e03c719eee094 (diff) |
typing_heatmap: Add macro to configure increase steps (#20300)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgb_matrix.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 96c1928abd..11e34209bf 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -690,6 +690,14 @@ Remove the spread effect entirely. #define RGB_MATRIX_TYPING_HEATMAP_SLIM ``` +It's also possible to adjust the tempo of *heating up*. It's defined as the number of shades that are +increased on the [HSV scale](https://en.wikipedia.org/wiki/HSL_and_HSV). Decreasing this value increases +the number of keystrokes needed to fully heat up the key. + +```c +#define RGB_MATRIX_TYPING_HEATMAP_INCREASE_STEP 32 +``` + ### RGB Matrix Effect Solid Reactive :id=rgb-matrix-effect-solid-reactive Solid reactive effects will pulse RGB light on key presses with user configurable hues. To enable gradient mode that will automatically change reactive color, add the following define: |