diff options
| author | Michael Grote | 2024-03-15 17:41:08 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-08-05 14:44:33 +0200 |
| commit | 331233f3d6db95dfcec5b88df865b12f6e362cba (patch) | |
| tree | f0ed0c1d4f8601b4f8e5376c531da7056b1772a4 | |
| parent | 27c43ac09983b562fb685511a94be625b4859101 (diff) | |
skeletyl: test rgb
| -rw-r--r-- | keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c index a448c7123a..c54f761691 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c @@ -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 |