skeletyl: test rgb
This commit is contained in:
parent
27c43ac099
commit
331233f3d6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
void keyboard_post_init_user(void) {
|
||||
rgblight_enable_noeeprom(); // Enables RGB, without saving settings
|
||||
rgblight_sethsv_noeeprom(HSV_WHITE);
|
||||
rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT);
|
||||
rgblight_mode_noeeprom(RGB_MATRIX_SOLID_COLOR);
|
||||
}
|
||||
|
||||
// combos; https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md
|
||||
|
|
Loading…
Add table
Reference in a new issue