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 c71a97bf2..0243a7e01 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -195,7 +195,7 @@ bool process_record_quantum(keyrecord_t *record) { | |||
195 | if (!( | 195 | if (!( |
196 | #if defined(KEY_LOCK_ENABLE) | 196 | #if defined(KEY_LOCK_ENABLE) |
197 | // Must run first to be able to mask key_up events. | 197 | // Must run first to be able to mask key_up events. |
198 | process_key_lock(keycode, record) && | 198 | process_key_lock(&keycode, record) && |
199 | #endif | 199 | #endif |
200 | process_record_kb(keycode, record) && | 200 | process_record_kb(keycode, record) && |
201 | #if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED) | 201 | #if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED) |