diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 9d63f4de2..dab6c9172 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -277,6 +277,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
277 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) | 277 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) |
278 | process_rgb(keycode, record) && | 278 | process_rgb(keycode, record) && |
279 | #endif | 279 | #endif |
280 | #ifdef JOYSTICK_ENABLE | ||
281 | process_joystick(keycode, record) && | ||
282 | #endif | ||
280 | true)) { | 283 | true)) { |
281 | return false; | 284 | return false; |
282 | } | 285 | } |