Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] 'Tap dance' function #83

Open
ChenglongWang opened this issue May 14, 2018 · 2 comments
Open

[TODO] 'Tap dance' function #83

ChenglongWang opened this issue May 14, 2018 · 2 comments

Comments

@ChenglongWang
Copy link

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
Copy link
Owner

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
Copy link
Owner

dhowland commented Jun 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants