Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)
parent
fced377ac0
commit
8d3fca57a3
|
@ -335,7 +335,7 @@ void process_action(keyrecord_t *record, action_t action) {
|
||||||
# if !defined(IGNORE_MOD_TAP_INTERRUPT) || defined(IGNORE_MOD_TAP_INTERRUPT_PER_KEY)
|
# if !defined(IGNORE_MOD_TAP_INTERRUPT) || defined(IGNORE_MOD_TAP_INTERRUPT_PER_KEY)
|
||||||
if (
|
if (
|
||||||
# ifdef IGNORE_MOD_TAP_INTERRUPT_PER_KEY
|
# ifdef IGNORE_MOD_TAP_INTERRUPT_PER_KEY
|
||||||
!get_ignore_mod_tap_interrupt(get_event_keycode(record->event, false), &record) &&
|
!get_ignore_mod_tap_interrupt(get_event_keycode(record->event, false), record) &&
|
||||||
# endif
|
# endif
|
||||||
record->tap.interrupted) {
|
record->tap.interrupted) {
|
||||||
dprint("mods_tap: tap: cancel: add_mods\n");
|
dprint("mods_tap: tap: cancel: add_mods\n");
|
||||||
|
|
Loading…
Reference in New Issue