Added support for locking One Shot modifiers.
This commit is contained in:
parent
02f405708b
commit
a3e1d9a8cc
5 changed files with 34 additions and 14 deletions
|
@ -195,7 +195,7 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
if (!(
|
||||
#if defined(KEY_LOCK_ENABLE)
|
||||
// Must run first to be able to mask key_up events.
|
||||
process_key_lock(keycode, record) &&
|
||||
process_key_lock(&keycode, record) &&
|
||||
#endif
|
||||
process_record_kb(keycode, record) &&
|
||||
#if defined(MIDI_ENABLE) && defined(MIDI_ADVANCED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue