Add init function to RGBLight driver struct (#23076)

This commit is contained in:
Ryan
2024-03-18 22:03:27 +11:00
committed by GitHub
parent 23b7a02ebe
commit f7cf40fa77
42 changed files with 305 additions and 92 deletions
+1
View File
@@ -21,5 +21,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
void keyboard_post_init_user(void) {
rgblite_init();
rgblite_increase_hue();
}