Open ChenglongWang opened 6 years ago
I found the definition of tap dance here.
EasyAVR does not support this because it requires custom programming. The trade-off for being "easy" is that EasyAVR can't support custom programming.
I never actually stopped thinking about this question. It's an interesting feature and it would be cool to support it.
Though EasyAVR can't support custom programming, it does support the execution of macros, and macros are a sequence of commands. Perhaps that presents an opportunity. I may create a branch to test a "tap dance" that accesses into a macro.
Thanks for the contributions on this wonderful work. It significantly simplify the customize process for newbies like me.
I found the original QMK framework has a nice feature called 'tap dance' but did not found it in easyAVR. I'm curious about that whether this feature will be scheduled.