diff options
| author | yiancar <yiangosyiangou@cytanet.com.cy> | 2018-08-10 03:41:48 +0300 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-08-09 17:41:48 -0700 |
| commit | 435e9b7bdb89043b3ce8b0cfc9b0f3ee4d298166 (patch) | |
| tree | 0ffcf774d95f72057fdf08c3b7c04fc9f0eed948 /docs/feature_rgb_matrix.md | |
| parent | 925b65b7d0f6538d8ec410d9b1c285a178057bf1 (diff) | |
| download | qmk_firmware-435e9b7bdb89043b3ce8b0cfc9b0f3ee4d298166.tar.gz qmk_firmware-435e9b7bdb89043b3ce8b0cfc9b0f3ee4d298166.zip | |
RGB Driver Documentation Update (#3601)
- Minor formating in rgb matrix page
- Added a short discription for is31fl3731 in drivers page
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index cb7aa666c..ed33c7ea4 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -80,7 +80,7 @@ All RGB keycodes are currently shared with the RGBLIGHT system: | |||
| 80 | These are the effects that are currently available: | 80 | These are the effects that are currently available: |
| 81 | 81 | ||
| 82 | enum rgb_matrix_effects { | 82 | enum rgb_matrix_effects { |
| 83 | RGB_MATRIX_SOLID_COLOR = 1, | 83 | RGB_MATRIX_SOLID_COLOR = 1, |
| 84 | RGB_MATRIX_ALPHAS_MODS, | 84 | RGB_MATRIX_ALPHAS_MODS, |
| 85 | RGB_MATRIX_DUAL_BEACON, | 85 | RGB_MATRIX_DUAL_BEACON, |
| 86 | RGB_MATRIX_GRADIENT_UP_DOWN, | 86 | RGB_MATRIX_GRADIENT_UP_DOWN, |
| @@ -93,7 +93,7 @@ These are the effects that are currently available: | |||
| 93 | RGB_MATRIX_RAINBOW_MOVING_CHEVRON, | 93 | RGB_MATRIX_RAINBOW_MOVING_CHEVRON, |
| 94 | RGB_MATRIX_JELLYBEAN_RAINDROPS, | 94 | RGB_MATRIX_JELLYBEAN_RAINDROPS, |
| 95 | #ifdef RGB_MATRIX_KEYPRESSES | 95 | #ifdef RGB_MATRIX_KEYPRESSES |
| 96 | RGB_MATRIX_SOLID_REACTIVE, | 96 | RGB_MATRIX_SOLID_REACTIVE, |
| 97 | RGB_MATRIX_SPLASH, | 97 | RGB_MATRIX_SPLASH, |
| 98 | RGB_MATRIX_MULTISPLASH, | 98 | RGB_MATRIX_MULTISPLASH, |
| 99 | RGB_MATRIX_SOLID_SPLASH, | 99 | RGB_MATRIX_SOLID_SPLASH, |
| @@ -107,7 +107,7 @@ These are the effects that are currently available: | |||
| 107 | Custom layer effects can be done by defining this in your `<keyboard>.c`: | 107 | Custom layer effects can be done by defining this in your `<keyboard>.c`: |
| 108 | 108 | ||
| 109 | void rgb_matrix_indicators_kb(void) { | 109 | void rgb_matrix_indicators_kb(void) { |
| 110 | // rgb_matrix_set_color(index, red, green, blue); | 110 | rgb_matrix_set_color(index, red, green, blue); |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | A similar function works in the keymap as `rgb_matrix_indicators_user`. | 113 | A similar function works in the keymap as `rgb_matrix_indicators_user`. |
