vial: process tap dance release early, fix https://github.com/vial-kb/vial-gui/issues/50
This commit is contained in:
parent
ff4d778d68
commit
f406892ec3
4 changed files with 36 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue