colors
This commit is contained in:
parent
7a6cf78dfc
commit
1f912fb0e5
1 changed files with 12 additions and 12 deletions
|
@ -43,23 +43,23 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
||||||
rgb_matrix_set_color(17, 4, 147, 4); // green
|
rgb_matrix_set_color(17, 4, 147, 4); // green
|
||||||
// color pairs
|
// color pairs
|
||||||
// ´`
|
// ´`
|
||||||
rgb_matrix_set_color(5, 235, 95, 100); // 50 shades of blue
|
rgb_matrix_set_color(5, 235, 95, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(11, 235, 95, 100); // 50 shades of blue
|
rgb_matrix_set_color(11, 235, 95, 255); // 50 shades of blue
|
||||||
// []
|
// []
|
||||||
rgb_matrix_set_color(3, 235, 75, 100); // 50 shades of blue
|
rgb_matrix_set_color(3, 235, 75, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(21, 235, 75, 100); // 50 shades of blue
|
rgb_matrix_set_color(21, 235, 75, 255); // 50 shades of blue
|
||||||
// ()
|
// ()
|
||||||
rgb_matrix_set_color(8, 235, 55, 100); // 50 shades of blue
|
rgb_matrix_set_color(8, 235, 55, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(26, 235, 55, 100); // 50 shades of blue
|
rgb_matrix_set_color(26, 235, 55, 255); // 50 shades of blue
|
||||||
// {}
|
// {}
|
||||||
rgb_matrix_set_color(9, 215, 95, 100); // 50 shades of blue
|
rgb_matrix_set_color(9, 215, 95, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(27, 215, 95, 100); // 50 shades of blue
|
rgb_matrix_set_color(27, 215, 95, 255); // 50 shades of blue
|
||||||
// \/
|
// \/
|
||||||
rgb_matrix_set_color(13, 215, 75, 100); // 50 shades of blue
|
rgb_matrix_set_color(13, 215, 75, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(31, 215, 75, 100); // 50 shades of blue
|
rgb_matrix_set_color(31, 215, 75, 255); // 50 shades of blue
|
||||||
// <>
|
// <>
|
||||||
rgb_matrix_set_color(14, 215, 55, 100); // 50 shades of blue
|
rgb_matrix_set_color(14, 215, 55, 255); // 50 shades of blue
|
||||||
rgb_matrix_set_color(32, 215, 55, 100); // 50 shades of blue
|
rgb_matrix_set_color(32, 215, 55, 255); // 50 shades of blue
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
// color thumbs
|
// color thumbs
|
||||||
|
|
Loading…
Reference in a new issue