[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>
pull/19781/head
mechlovin 2023-02-08 11:51:51 +07:00 committed by GitHub
parent aa3b64db2b
commit e871ddaae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -1,2 +1 @@
WS2812_DRIVER = spi
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2