diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index d4fa7f2ef..473ead65f 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -258,7 +258,7 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 258 | #ifdef HAPTIC_ENABLE | 258 | #ifdef HAPTIC_ENABLE |
| 259 | process_haptic(keycode, record) && | 259 | process_haptic(keycode, record) && |
| 260 | #endif //HAPTIC_ENABLE | 260 | #endif //HAPTIC_ENABLE |
| 261 | #if defined(RGB_MATRIX_ENABLE) && defined(RGB_MATRIX_KEYREACTIVE_ENABLED) | 261 | #if defined(RGB_MATRIX_ENABLE) |
| 262 | process_rgb_matrix(keycode, record) && | 262 | process_rgb_matrix(keycode, record) && |
| 263 | #endif | 263 | #endif |
| 264 | process_record_kb(keycode, record) && | 264 | process_record_kb(keycode, record) && |
