fix matrix/noah
This commit is contained in:
parent
0ef12b059d
commit
a18f85c6b6
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,9 @@ void rgblight_set(void) {
|
|||
}
|
||||
#endif
|
||||
|
||||
__attribute__((weak))
|
||||
void matrix_init_user(void) {}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
rgblight_enable();
|
||||
|
@ -60,6 +63,9 @@ void matrix_init_kb(void) {
|
|||
#endif
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
void matrix_scan_user(void) {}
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
rgblight_task();
|
||||
|
|
Loading…
Reference in a new issue