summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-01-28 02:34:44 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-11 00:37:12 +0100
commitc5221fa1cb1e903600205ba831c841f9d3aad33f (patch)
tree488ada6355c4c193c5c4311fc4aab9f2e2b23471 /quantum/quantum.h
parent5fc24218113a4c862a05a5e4c900cb1733ef75b7 (diff)
downloadqmk_firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.tar.gz
qmk_firmware-c5221fa1cb1e903600205ba831c841f9d3aad33f.tar.xz
fix the led_matrix.h naming conflict
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 169883609..c6acf83e5 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -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