mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 21:00:58 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
4ea7b9a52d
@ -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,2 +1 @@
|
||||
WS2812_DRIVER = spi
|
||||
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev2
|
Loading…
Reference in New Issue
Block a user