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 51deac0cd..a2c0ec9a2 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -142,6 +142,10 @@ extern layer_state_t layer_state; | |||
| 142 | # include "process_magic.h" | 142 | # include "process_magic.h" |
| 143 | #endif | 143 | #endif |
| 144 | 144 | ||
| 145 | #ifdef JOYSTICK_ENABLE | ||
| 146 | # include "process_joystick.h" | ||
| 147 | #endif | ||
| 148 | |||
| 145 | #ifdef GRAVE_ESC_ENABLE | 149 | #ifdef GRAVE_ESC_ENABLE |
| 146 | # include "process_grave_esc.h" | 150 | # include "process_grave_esc.h" |
| 147 | #endif | 151 | #endif |
