mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 02:17:38 +06:00
format code according to conventions [skip ci]
This commit is contained in:
parent
b949343b78
commit
61b71320f7
|
@ -127,8 +127,7 @@ bool process_tapping(keyrecord_t *keyp) {
|
|||
# ifdef PERMISSIVE_HOLD_PER_KEY
|
||||
!get_permissive_hold(get_event_keycode(tapping_key.event), keyp) &&
|
||||
# endif
|
||||
IS_RELEASED(event) && waiting_buffer_typed(event))
|
||||
{
|
||||
IS_RELEASED(event) && waiting_buffer_typed(event)) {
|
||||
debug("Tapping: End. No tap. Interfered by typing key\n");
|
||||
process_record(&tapping_key);
|
||||
tapping_key = (keyrecord_t){};
|
||||
|
|
Loading…
Reference in New Issue
Block a user