diff options
| author | U-LANDSRAAD\drashna <drashna@live.com> | 2018-03-28 13:29:58 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-28 16:55:58 -0400 |
| commit | 331288233dd5e613fa2c74b5ff6fdec94dcbdf5e (patch) | |
| tree | 49e2c013bfb7e2877799afd6903a4befb40d6d6c /docs | |
| parent | c1b46206a7872a422b16b453db09477bac995929 (diff) | |
| download | qmk_firmware-331288233dd5e613fa2c74b5ff6fdec94dcbdf5e.tar.gz qmk_firmware-331288233dd5e613fa2c74b5ff6fdec94dcbdf5e.zip | |
Add rgblist to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_rgblight.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 571bf8668..0f1e649ef 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -96,6 +96,7 @@ rgblight_sethsv(h, s, v); // HSV color control - h is a value from 0..360 and s | |||
| 96 | rgblight_setrgb_at(r,g,b, LED); // control a single LED. 0 <= LED < RGBLED_NUM | 96 | rgblight_setrgb_at(r,g,b, LED); // control a single LED. 0 <= LED < RGBLED_NUM |
| 97 | rgblight_sethsv_at(h,s,v, LED); // control a single LED. 0 <= LED < RGBLED_NUM | 97 | rgblight_sethsv_at(h,s,v, LED); // control a single LED. 0 <= LED < RGBLED_NUM |
| 98 | ``` | 98 | ``` |
| 99 | You can find a list of predefined colors at [`quantum/rgblight_list.h`](https://github.com/qmk/qmk_firmware/blob/master/quantum/rgblight_list.h). Free to add to this list! | ||
| 99 | 100 | ||
| 100 | ## RGB Lighting Keycodes | 101 | ## RGB Lighting Keycodes |
| 101 | 102 | ||
