Fix tapping. tap key just after tap timeout.
This commit is contained in:
parent
88e185d69b
commit
d3f8f0691c
@ -772,8 +772,7 @@ static bool process_tapping(keyrecord_t *keyp)
|
||||
debug_event(event); debug("\n");
|
||||
tapping_key = (keyrecord_t){};
|
||||
debug_tapping_key();
|
||||
process_action(keyp);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// not tapping satate
|
||||
|
Reference in New Issue
Block a user