dhowland / EasyAVR

Easy AVR USB Keyboard Firmware and Keymapper
GNU General Public License v2.0
533 stars 86 forks source link

[TODO] 'Tap dance' function #83

Open ChenglongWang opened 6 years ago

ChenglongWang commented 6 years ago

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.

dhowland commented 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.

dhowland commented 6 years ago

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.