Преглед изворни кода

Fix tapping. tap key just after tap timeout.

tags/v1.9
tmk пре 11 година
родитељ
комит
e760953910
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1
    2
      common/action.c

+ 1
- 2
common/action.c Прегледај датотеку

@@ -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

Loading…
Откажи
Сачувај