1
0
Fork 0

Various fixes for keyboards not implementing callbacks correctly (#24092)

This commit is contained in:
Joel Challis 2024-07-11 13:47:53 +01:00 committed by GitHub
parent 23c4704123
commit e0809eade5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 58 additions and 16 deletions

View file

@ -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();
}