diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2018-06-12 23:37:06 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-06-12 23:37:06 -0400 |
| commit | bad56a4f2b91fc8591f6d33a1710ea0050abcfbf (patch) | |
| tree | ce6400e681028237464ac2f869249a17b00ab1e4 /quantum/quantum.c | |
| parent | b8564f5dd08f49ee0fc6d28957a376132bd7038d (diff) | |
| download | qmk_firmware-bad56a4f2b91fc8591f6d33a1710ea0050abcfbf.tar.gz qmk_firmware-bad56a4f2b91fc8591f6d33a1710ea0050abcfbf.zip | |
adds timeout to avr i2c
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index cfa3df741..5abd222d1 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -854,7 +854,7 @@ void matrix_init_quantum() { | |||
| 854 | audio_init(); | 854 | audio_init(); |
| 855 | #endif | 855 | #endif |
| 856 | #ifdef RGB_MATRIX_ENABLE | 856 | #ifdef RGB_MATRIX_ENABLE |
| 857 | rgb_matrix_init_drivers(); | 857 | rgb_matrix_init(); |
| 858 | #endif | 858 | #endif |
| 859 | matrix_init_kb(); | 859 | matrix_init_kb(); |
| 860 | } | 860 | } |
