forked from mirrors/qmk_userspace
typing_heatmap: Add macro to configure increase steps (#20300)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
a415d2203c
commit
4887f03dbd
2 changed files with 13 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue