Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-02-08 04:52:31 +00:00
commit c2362b4bea
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