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 3b9eeaa6d..fbd5e9079 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -138,6 +138,10 @@ extern layer_state_t layer_state; | |||
| 138 | # include "process_magic.h" | 138 | # include "process_magic.h" |
| 139 | #endif | 139 | #endif |
| 140 | 140 | ||
| 141 | #ifdef GRAVE_ESC_ENABLE | ||
| 142 | # include "process_grave_esc.h" | ||
| 143 | #endif | ||
| 144 | |||
| 141 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) | 145 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) |
| 142 | # include "process_rgb.h" | 146 | # include "process_rgb.h" |
| 143 | #endif | 147 | #endif |
