diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 2ee261e60..b9e7eea24 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -137,6 +137,10 @@ extern layer_state_t layer_state; | |||
| 137 | # include "process_magic.h" | 137 | # include "process_magic.h" |
| 138 | #endif | 138 | #endif |
| 139 | 139 | ||
| 140 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) | ||
| 141 | # include "process_rgb.h" | ||
| 142 | #endif | ||
| 143 | |||
| 140 | #ifdef HD44780_ENABLE | 144 | #ifdef HD44780_ENABLE |
| 141 | # include "hd44780.h" | 145 | # include "hd44780.h" |
| 142 | #endif | 146 | #endif |
