diff options
| -rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index a000241f8..cf54dddfb 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -228,6 +228,8 @@ bool led_update_user(led_t led_state) { | |||
| 228 | } | 228 | } |
| 229 | ``` | 229 | ``` |
| 230 | 230 | ||
| 231 | Note: For split keyboards with two controllers, both sides need to be flashed when updating the contents of rgblight_layers. | ||
| 232 | |||
| 231 | ## Functions | 233 | ## Functions |
| 232 | 234 | ||
| 233 | If you need to change your RGB lighting in code, for example in a macro to change the color whenever you switch layers, QMK provides a set of functions to assist you. See [`rgblight.h`](https://github.com/qmk/qmk_firmware/blob/master/quantum/rgblight.h) for the full list, but the most commonly used functions include: | 235 | If you need to change your RGB lighting in code, for example in a macro to change the color whenever you switch layers, QMK provides a set of functions to assist you. See [`rgblight.h`](https://github.com/qmk/qmk_firmware/blob/master/quantum/rgblight.h) for the full list, but the most commonly used functions include: |
