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 fbd5e9079..7dc14e628 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -88,6 +88,10 @@ extern layer_state_t layer_state; | |||
| 88 | # include "process_music.h" | 88 | # include "process_music.h" |
| 89 | #endif | 89 | #endif |
| 90 | 90 | ||
| 91 | #ifdef BACKLIGHT_ENABLE | ||
| 92 | # include "process_backlight.h" | ||
| 93 | #endif | ||
| 94 | |||
| 91 | #ifdef LEADER_ENABLE | 95 | #ifdef LEADER_ENABLE |
| 92 | # include "process_leader.h" | 96 | # include "process_leader.h" |
| 93 | #endif | 97 | #endif |
