diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 56ceec5db..f430a521b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -220,10 +220,10 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 220 | #endif | 220 | #endif |
| 221 | #if defined(AUDIO_ENABLE) && defined(AUDIO_CLICKY) | 221 | #if defined(AUDIO_ENABLE) && defined(AUDIO_CLICKY) |
| 222 | process_clicky(keycode, record) && | 222 | process_clicky(keycode, record) && |
| 223 | #endif // AUDIO_CLICKY | 223 | #endif |
| 224 | #ifdef HAPTIC_ENABLE | 224 | #ifdef HAPTIC_ENABLE |
| 225 | process_haptic(keycode, record) && | 225 | process_haptic(keycode, record) && |
| 226 | #endif // HAPTIC_ENABLE | 226 | #endif |
| 227 | #if defined(VIA_ENABLE) | 227 | #if defined(VIA_ENABLE) |
| 228 | process_record_via(keycode, record) && | 228 | process_record_via(keycode, record) && |
| 229 | #endif | 229 | #endif |
