diff options
Diffstat (limited to 'docs/feature_rgblight.md')
| -rw-r--r-- | docs/feature_rgblight.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 800e59738..9ecc0deb5 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -23,10 +23,11 @@ RGBLIGHT_ENABLE = yes | |||
| 23 | 23 | ||
| 24 | At minimum you must define the data pin your LED strip is connected to, and the number of LEDs in the strip, in your `config.h`. If your keyboard has onboard RGB LEDs, and you are simply creating a keymap, you usually won't need to modify these. | 24 | At minimum you must define the data pin your LED strip is connected to, and the number of LEDs in the strip, in your `config.h`. If your keyboard has onboard RGB LEDs, and you are simply creating a keymap, you usually won't need to modify these. |
| 25 | 25 | ||
| 26 | |Define |Description | | 26 | |Define |Description | |
| 27 | |------------|---------------------------------------------| | 27 | |---------------|---------------------------------------------------------------------------------------------------------| |
| 28 | |`RGB_DI_PIN`|The pin connected to the data pin of the LEDs| | 28 | |`RGB_DI_PIN` |The pin connected to the data pin of the LEDs | |
| 29 | |`RGBLED_NUM`|The number of LEDs connected | | 29 | |`RGBLED_NUM` |The number of LEDs connected | |
| 30 | |`RGBLED_SPLIT` |(Optional) For split keyboards, the number of LEDs connected on each half directly wired to `RGB_DI_PIN` | | ||
| 30 | 31 | ||
| 31 | Then you should be able to use the keycodes below to change the RGB lighting to your liking. | 32 | Then you should be able to use the keycodes below to change the RGB lighting to your liking. |
| 32 | 33 | ||
