vial: process tap dance release early, fix https://github.com/vial-kb/vial-gui/issues/50

This commit is contained in:
Ilya Zhuravlev
2021-10-09 14:33:26 -04:00
parent ff4d778d68
commit f406892ec3
4 changed files with 36 additions and 1 deletions

View File

@@ -245,6 +245,9 @@ bool process_record_quantum_helper(uint16_t keycode, keyrecord_t *record) {
#endif
#if defined(VIA_ENABLE)
process_record_via(keycode, record) &&
#endif
#if defined(VIAL_ENABLE)
process_record_vial(keycode, record) &&
#endif
process_record_kb(keycode, record) &&
#if defined(SEQUENCER_ENABLE)