From 0c885b6062a09dac25bb3e6084a537f53c1f3cdd Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 23 Feb 2026 09:19:49 +0100 Subject: chore(skeletyl): indentation --- keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c index c60393bb52..975d7289e5 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c @@ -48,16 +48,16 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { rgb_matrix_set_color(17, 0, 90, 255); // blue // color pairs // ยด` - rgb_matrix_set_color(5, 20, 214, 22); // 50 shades of green + 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, 44, 0, 232); // 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, 44, 0, 207); // 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, 44, 0, 171); // 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, 235, 235, 19); // 50 shades of yellow @@ -88,9 +88,9 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { rgb_matrix_set_color(28, 235, 235, 19); // 50 shades of yellow rgb_matrix_set_color(22, 235, 235, 19); // 50 shades of yellow // TAB - rgb_matrix_set_color(1, 235, 235, 19); // 50 shades of yellow + rgb_matrix_set_color(1, 235, 235, 19); // 50 shades of yellow // WIN - rgb_matrix_set_color(3, 235, 235, 19); // 50 shades of yellow + rgb_matrix_set_color(3, 235, 235, 19); // 50 shades of yellow // BSPC rgb_matrix_set_color(20, 235, 235, 19); // 50 shades of yellow break; -- cgit v1.2.3