fix the led_matrix.h naming conflict

This commit is contained in:
skullY 2019-01-27 17:34:44 -08:00 committed by skullydazed
parent 5fc2421811
commit c5221fa1cb
4 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
#include "keymap.h"
#ifdef BACKLIGHT_ENABLE
#ifdef LED_MATRIX_ENABLE
#include "led_matrix.h"
#include "ledmatrix.h"
#else
#include "backlight.h"
#endif