From 331288233dd5e613fa2c74b5ff6fdec94dcbdf5e Mon Sep 17 00:00:00 2001 From: "U-LANDSRAAD\\drashna" Date: Wed, 28 Mar 2018 13:29:58 -0700 Subject: Add rgblist to docs --- docs/feature_rgblight.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/feature_rgblight.md') 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 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 -- cgit v1.2.3-24-g4f1b