diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index e615cfc0f..2020770ea 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -24,8 +24,10 @@ | |||
| 24 | # include "outputselect.h" | 24 | # include "outputselect.h" |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| 27 | #include "backlight.h" | 27 | #ifdef BACKLIGHT_ENABLE |
| 28 | extern backlight_config_t backlight_config; | 28 | # include "backlight.h" |
| 29 | extern backlight_config_t backlight_config; | ||
| 30 | #endif | ||
| 29 | 31 | ||
| 30 | #ifdef FAUXCLICKY_ENABLE | 32 | #ifdef FAUXCLICKY_ENABLE |
| 31 | # include "fauxclicky.h" | 33 | # include "fauxclicky.h" |
