skeletyl: decrease rgb startup brightness
This commit is contained in:
parent
ee56df6313
commit
9313891d50
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue