diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 85db100ab..5d8ffe34e 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -15,6 +15,11 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "quantum.h" | 17 | #include "quantum.h" |
| 18 | |||
| 19 | #if !defined(RGBLIGHT_ENABLE) && !defined(RGB_MATRIX_ENABLE) | ||
| 20 | #include "rgb.h" | ||
| 21 | #endif | ||
| 22 | |||
| 18 | #ifdef PROTOCOL_LUFA | 23 | #ifdef PROTOCOL_LUFA |
| 19 | #include "outputselect.h" | 24 | #include "outputselect.h" |
| 20 | #endif | 25 | #endif |
