aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2026-02-23 09:19:49 +0100
committerMichael Grote2026-02-23 09:19:49 +0100
commit0c885b6062a09dac25bb3e6084a537f53c1f3cdd (patch)
treea2a6038167b2aa8cf973c8623d965b49e3d95053
parent497aaa6d2b5bf01e2db0716fbb87b2d374197561 (diff)
chore(skeletyl): indentation
-rw-r--r--keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c12
1 files 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;