summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-02-08 04:52:31 +0000
committerQMK Bot <hello@qmk.fm>2023-02-08 04:52:31 +0000
commitc2362b4bea60adff0b4995a9faf1ee59117e5bfa (patch)
tree88fdf3f0d3e6352b8f252cfdcbe97920b989600e
parent6dfaedb0d4671b033711f42de4ebf487bb7d85d2 (diff)
parente871ddaae8d77d0a0b1bcf490ffdcc79cf39a61a (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/mechlovin/adelais/adelais.c8
-rw-r--r--keyboards/mechlovin/adelais/standard_led/arm/rules.mk1
2 files changed, 8 insertions, 1 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
diff --git a/keyboards/mechlovin/adelais/standard_led/arm/rules.mk b/keyboards/mechlovin/adelais/standard_led/arm/rules.mk
index 2a0951eabd..16a636a342 100644
--- a/keyboards/mechlovin/adelais/standard_led/arm/rules.mk
+++ b/keyboards/mechlovin/adelais/standard_led/arm/rules.mk
@@ -1,2 +1 @@
-WS2812_DRIVER = spi
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2 \ No newline at end of file