diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
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 @@ | |||
29 | #include "keymap.h" | 29 | #include "keymap.h" |
30 | #ifdef BACKLIGHT_ENABLE | 30 | #ifdef BACKLIGHT_ENABLE |
31 | #ifdef LED_MATRIX_ENABLE | 31 | #ifdef LED_MATRIX_ENABLE |
32 | #include "led_matrix.h" | 32 | #include "ledmatrix.h" |
33 | #else | 33 | #else |
34 | #include "backlight.h" | 34 | #include "backlight.h" |
35 | #endif | 35 | #endif |