From e5a46eef90f80db6d3d1f40face3dcedb9df688c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 5 Aug 2024 14:15:12 +0200 Subject: [PATCH] colors --- .../skeletyl/keymaps/quotengrote/keymap.c | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c index 40ea42a688..1c78020b45 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c @@ -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 // color pairs // ยด` - rgb_matrix_set_color(5, 236, 77, 50); // 50 shades of blue - rgb_matrix_set_color(11, 235, 95, 100); // 50 shades of blue + rgb_matrix_set_color(5, 20, 214, 22); // 50 shades of green + rgb_matrix_set_color(11, 20, 214, 22); // 50 shades of green // [] - rgb_matrix_set_color(3, 235, 75, 100); // 50 shades of blue - rgb_matrix_set_color(21, 235, 75, 100); // 50 shades of blue + rgb_matrix_set_color(3, 44, 0, 232); // 50 shades of blue + rgb_matrix_set_color(21, 44, 0, 232); // 50 shades of blue // () - rgb_matrix_set_color(8, 235, 55, 100); // 50 shades of blue - rgb_matrix_set_color(26, 235, 55, 100); // 50 shades of blue + rgb_matrix_set_color(8, 44, 0, 207); // 50 shades of blue + rgb_matrix_set_color(26, 44, 0, 207); // 50 shades of blue // {} - rgb_matrix_set_color(9, 215, 95, 100); // 50 shades of blue - rgb_matrix_set_color(27, 215, 95, 100); // 50 shades of blue + rgb_matrix_set_color(9, 44, 0, 171); // 50 shades of blue + rgb_matrix_set_color(27, 44, 0, 171); // 50 shades of blue // \/ - rgb_matrix_set_color(13, 215, 75, 100); // 50 shades of blue - rgb_matrix_set_color(31, 215, 75, 100); // 50 shades of blue + rgb_matrix_set_color(13, 235, 235, 19); // 50 shades of yellow + rgb_matrix_set_color(31, 235, 235, 19); // 50 shades of yellow // <> - rgb_matrix_set_color(14, 215, 55, 100); // 50 shades of blue - rgb_matrix_set_color(32, 215, 55, 100); // 50 shades of blue + rgb_matrix_set_color(14, 235, 56, 19); // 50 shades of red + rgb_matrix_set_color(32, 235, 56, 19); // 50 shades of red break; case 4: // color thumbs