forked from mirror/qmk_firmware
Various fixes for keyboards not implementing callbacks correctly (#24092)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
void keyboard_post_init_kb(void) {
|
||||
rgblight_setrgb(0xff, 0xff, 0xff);
|
||||
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user