forked from mirrors/qmk_firmware
fix the led_matrix.h naming conflict
This commit is contained in:
parent
5fc2421811
commit
c5221fa1cb
4 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
#include "led_matrix.h"
|
#include "ledmatrix.h"
|
||||||
#include "progmem.h"
|
#include "progmem.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "eeprom.h"
|
#include "eeprom.h"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
#include "led_matrix.h"
|
#include "ledmatrix.h"
|
||||||
|
|
||||||
/* Each driver needs to define a struct:
|
/* Each driver needs to define a struct:
|
||||||
*
|
*
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "keymap.h"
|
#include "keymap.h"
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
#ifdef LED_MATRIX_ENABLE
|
#ifdef LED_MATRIX_ENABLE
|
||||||
#include "led_matrix.h"
|
#include "ledmatrix.h"
|
||||||
#else
|
#else
|
||||||
#include "backlight.h"
|
#include "backlight.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue