Rename ledmatrix.h to match .c file (#7949)
This commit is contained in:
parent
8fc8a940b9
commit
6b3e56b889
20 changed files with 31 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
#include "ctrl.h"
|
||||
|
||||
#include "led_matrix.h"
|
||||
#include "md_rgb_matrix.h"
|
||||
#include "rgb_matrix.h"
|
||||
#include "config_led.h"
|
||||
|
||||
|
@ -75,7 +75,7 @@ led_config_t g_led_config = { {
|
|||
#ifdef USB_LED_INDICATOR_ENABLE
|
||||
void rgb_matrix_indicators_kb(void)
|
||||
{
|
||||
led_matrix_indicators();
|
||||
md_rgb_matrix_indicators();
|
||||
}
|
||||
#endif // USB_LED_INDICATOR_ENABLE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue