~ruther/qmk_firmware

e871ddaae8d77d0a0b1bcf490ffdcc79cf39a61a — mechlovin 2 years ago aa3b64d
[Keyboard] Fix the underglow RGB LED  (#19622)

Co-authored-by: h40 <73354045+h40io@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
M keyboards/mechlovin/adelais/adelais.c => keyboards/mechlovin/adelais/adelais.c +8 -0
@@ 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

M keyboards/mechlovin/adelais/standard_led/arm/rules.mk => keyboards/mechlovin/adelais/standard_led/arm/rules.mk +0 -1
@@ 1,2 1,1 @@
WS2812_DRIVER = spi
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2
\ No newline at end of file