diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 38234bb17..db99e80fa 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -621,6 +621,9 @@ void matrix_init_quantum() { | |||
| 621 | #ifdef AUDIO_ENABLE | 621 | #ifdef AUDIO_ENABLE |
| 622 | audio_init(); | 622 | audio_init(); |
| 623 | #endif | 623 | #endif |
| 624 | #ifdef RGB_MATRIX_ENABLE | ||
| 625 | rgb_matrix_init(); | ||
| 626 | #endif | ||
| 624 | #if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE) | 627 | #if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE) |
| 625 | unicode_input_mode_init(); | 628 | unicode_input_mode_init(); |
| 626 | #endif | 629 | #endif |
