Skip to content

Commit

Permalink
[Keyboard] Fix the underglow RGB LED (#19622)
Browse files Browse the repository at this point in the history
Co-authored-by: h40 <73354045+h40io@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
  • Loading branch information
3 people authored Feb 8, 2023
1 parent aa3b64d commit e871dda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions keyboards/mechlovin/adelais/adelais.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion keyboards/mechlovin/adelais/standard_led/arm/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
WS2812_DRIVER = spi
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2

0 comments on commit e871dda

Please sign in to comment.