]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add rgblist to docs
authorU-LANDSRAAD\drashna <drashna@live.com>
Wed, 28 Mar 2018 20:29:58 +0000 (13:29 -0700)
committerJack Humbert <jack.humb@gmail.com>
Wed, 28 Mar 2018 20:55:58 +0000 (16:55 -0400)
docs/feature_rgblight.md

index 571bf8668b8f88ee42acb0c45e054a518607d3ed..0f1e649ef851ef238b1d590cac510c4b84594566 100644 (file)
@@ -96,6 +96,7 @@ rgblight_sethsv(h, s, v);  // HSV color control - h is a value from 0..360 and s
 rgblight_setrgb_at(r,g,b, LED);  // control a single LED.  0 <= LED < RGBLED_NUM
 rgblight_sethsv_at(h,s,v, LED);  // control a single LED.  0 <= LED < RGBLED_NUM
 ```
+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!
 
 ## RGB Lighting Keycodes