diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-05-07 21:17:00 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-07 19:17:00 -0700 |
| commit | 60eae7335b711e8d4be7d48ad2290141e04debe7 (patch) | |
| tree | 667801cbaf17d3e6694509ee5ede765defc8f47c /docs/feature_rgb_matrix.md | |
| parent | af89752bffbaf5dcea30ea16be66b4d682701bc4 (diff) | |
| download | qmk_firmware-60eae7335b711e8d4be7d48ad2290141e04debe7.tar.gz qmk_firmware-60eae7335b711e8d4be7d48ad2290141e04debe7.zip | |
RGB Matrix Typing Heatmap (#5786)
* RGB Matrix Typing Heatmap Effect
* Fixing file name and effect init
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 5eb9d5536..1e4341467 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -201,7 +201,10 @@ enum rgb_matrix_effects { | |||
| 201 | RGB_MATRIX_RAINBOW_PINWHEELS, // Full dual gradients spinning two halfs of keyboard | 201 | RGB_MATRIX_RAINBOW_PINWHEELS, // Full dual gradients spinning two halfs of keyboard |
| 202 | RGB_MATRIX_RAINDROPS, // Randomly changes a single key's hue | 202 | RGB_MATRIX_RAINDROPS, // Randomly changes a single key's hue |
| 203 | RGB_MATRIX_JELLYBEAN_RAINDROPS, // Randomly changes a single key's hue and saturation | 203 | RGB_MATRIX_JELLYBEAN_RAINDROPS, // Randomly changes a single key's hue and saturation |
| 204 | #if define(RGB_MATRIX_FRAMEBUFFER_EFFECTS) | ||
| 205 | RGB_MATRIX_TYPING_HEATMAP, // How hot is your WPM! | ||
| 204 | RGB_MATRIX_DIGITAL_RAIN, // That famous computer simulation | 206 | RGB_MATRIX_DIGITAL_RAIN, // That famous computer simulation |
| 207 | #endif | ||
| 205 | #if defined(RGB_MATRIX_KEYPRESSES) || defined(RGB_MATRIX_KEYRELEASES) | 208 | #if defined(RGB_MATRIX_KEYPRESSES) || defined(RGB_MATRIX_KEYRELEASES) |
| 206 | RGB_MATRIX_SOLID_REACTIVE_SIMPLE, // Pulses keys hit to hue & value then fades value out | 209 | RGB_MATRIX_SOLID_REACTIVE_SIMPLE, // Pulses keys hit to hue & value then fades value out |
| 207 | RGB_MATRIX_SOLID_REACTIVE, // Static single hue, pulses keys hit to shifted hue then fades to current hue | 210 | RGB_MATRIX_SOLID_REACTIVE, // Static single hue, pulses keys hit to shifted hue then fades to current hue |
| @@ -237,6 +240,7 @@ You can disable a single effect by defining `DISABLE_[EFFECT_NAME]` in your `con | |||
| 237 | |`#define DISABLE_RGB_MATRIX_RAINBOW_PINWHEELS` |Disables `RGB_MATRIX_RAINBOW_PINWHEELS` | | 240 | |`#define DISABLE_RGB_MATRIX_RAINBOW_PINWHEELS` |Disables `RGB_MATRIX_RAINBOW_PINWHEELS` | |
| 238 | |`#define DISABLE_RGB_MATRIX_RAINDROPS` |Disables `RGB_MATRIX_RAINDROPS` | | 241 | |`#define DISABLE_RGB_MATRIX_RAINDROPS` |Disables `RGB_MATRIX_RAINDROPS` | |
| 239 | |`#define DISABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS` |Disables `RGB_MATRIX_JELLYBEAN_RAINDROPS` | | 242 | |`#define DISABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS` |Disables `RGB_MATRIX_JELLYBEAN_RAINDROPS` | |
| 243 | |`#define DISABLE_RGB_MATRIX_TYPING_HEATMAP` |Disables `RGB_MATRIX_TYPING_HEATMAP` | | ||
| 240 | |`#define DISABLE_RGB_MATRIX_DIGITAL_RAIN` |Disables `RGB_MATRIX_DIGITAL_RAIN` | | 244 | |`#define DISABLE_RGB_MATRIX_DIGITAL_RAIN` |Disables `RGB_MATRIX_DIGITAL_RAIN` | |
| 241 | |`#define DISABLE_RGB_MATRIX_SOLID_REACTIVE` |Disables `RGB_MATRIX_SOLID_REACTIVE` | | 245 | |`#define DISABLE_RGB_MATRIX_SOLID_REACTIVE` |Disables `RGB_MATRIX_SOLID_REACTIVE` | |
| 242 | |`#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE` |Disables `RGB_MATRIX_SOLID_REACTIVE_SIMPLE` | | 246 | |`#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE` |Disables `RGB_MATRIX_SOLID_REACTIVE_SIMPLE` | |
