skeletyl: decrease rgb startup brightness

This commit is contained in:
Michael Grote 2024-03-15 17:58:55 +01:00
parent ee56df6313
commit 9313891d50

View file

@ -4,7 +4,7 @@
// rgb // rgb
void keyboard_post_init_user(void) { void keyboard_post_init_user(void) {
rgblight_enable_noeeprom(); // Enables RGB, without saving settings rgblight_enable_noeeprom(); // Enables RGB, without saving settings
rgblight_sethsv(4, 75, 225); rgblight_sethsv(4, 75, 150);
rgblight_mode_noeeprom(RGB_MATRIX_SOLID_COLOR); rgblight_mode_noeeprom(RGB_MATRIX_SOLID_COLOR);
} }