Various fixes for keyboards not implementing callbacks correctly (#24092)
This commit is contained in:
parent
23c4704123
commit
e0809eade5
14 changed files with 58 additions and 16 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue