summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/adelais/adelais.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechlovin/adelais/adelais.c')
-rw-r--r--keyboards/mechlovin/adelais/adelais.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mechlovin/adelais/adelais.c b/keyboards/mechlovin/adelais/adelais.c
index b9df471d33..da954bce04 100644
--- a/keyboards/mechlovin/adelais/adelais.c
+++ b/keyboards/mechlovin/adelais/adelais.c
@@ -15,3 +15,11 @@
*/
#include "adelais.h"
+
+#ifdef RGBLIGHT_ENABLE
+void keyboard_post_init_kb(void) {
+ // Call the post init code.
+ rgblight_sethsv_at(255, 255, 255, 0);
+ keyboard_post_init_user();
+}
+#endif \ No newline at end of file