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/rgb_matrix.h | |
parent | b8564f5dd08f49ee0fc6d28957a376132bd7038d (diff) |
adds timeout to avr i2c
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r-- | quantum/rgb_matrix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h index aaa85d5f51..5769314002 100644 --- a/quantum/rgb_matrix.h +++ b/quantum/rgb_matrix.h @@ -95,7 +95,8 @@ void rgb_matrix_indicators_user(void); void rgb_matrix_single_LED_test(void); -void rgb_matrix_init_drivers(void); +void rgb_matrix_init(void); +void rgb_matrix_setup_drivers(void); void rgb_matrix_set_suspend_state(bool state); void rgb_matrix_set_indicator_state(uint8_t state); |