From 944fe18f25cb5009e22472a37af3cfd5fcb0c9e2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 5 Aug 2024 13:25:51 +0200 Subject: [PATCH] docs --- .../bastardkb/skeletyl/keymaps/quotengrote/keymap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c index 2f03d7098c..c5872e7953 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c @@ -22,26 +22,26 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { break; case 1: // {siehe ../../skeletyl.c) - // Colors thumbs + // color thumbs rgb_matrix_set_color(35, 255, 165, 0); // orange rgb_matrix_set_color(34, 255, 165, 0); // orange rgb_matrix_set_color(33, 255, 165, 0); // orange break; case 2: - // Colors thumbs + // color thumbs rgb_matrix_set_color(15, 0, 90, 255); // blue rgb_matrix_set_color(16, 0, 90, 255); // blue rgb_matrix_set_color(17, 0, 90, 255); // blue break; case 3: - // Colors thumbs + // color thumbs rgb_matrix_set_color(35, 4, 147, 4); // green rgb_matrix_set_color(34, 4, 147, 4); // green rgb_matrix_set_color(33, 4, 147, 4); // green rgb_matrix_set_color(15, 4, 147, 4); // green rgb_matrix_set_color(16, 4, 147, 4); // green rgb_matrix_set_color(17, 4, 147, 4); // green - // Colors pairs + // color pairs // ยด` rgb_matrix_set_color(35, 235, 95, 100); // green rgb_matrix_set_color(35, 235, 95, 100); // green @@ -62,7 +62,7 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) { rgb_matrix_set_color(35, 215, 55, 100); // green break; case 4: - // Colors thumbs + // color thumbs rgb_matrix_set_color(35, 255, 241, 21); // yellow rgb_matrix_set_color(34, 255, 241, 21); // yellow rgb_matrix_set_color(33, 255, 241, 21); // yellow