-
Notifications
You must be signed in to change notification settings - Fork 8
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
compile error for .h file #8
Comments
You are right! Thank you for pointing that out.
Well, that was tricky. Since
That must fix this issue. Thank you for reporting this problem, I've updated README accordingly . And sorry for inconvenience, I'm not that fluent in C, so sometimes I do stupid mistakes that have to be fixed with ugly workarounds. I will fix nicely whole include thing in next version. |
Thank you, that fixed it. Got it running now, but unfortunately it seems rolling seems worse, like "ne", where e doubles as shift very often results in capital e now, I probably need to tweak some settings... |
Try adding that to your
By default SMTD_TIMEOUT_RELEASE is 50. So you need to find a number, that would work for you. The smaller the number, the less accurate the N macro will be for other combos. So you need the biggest number that will work for you for N+E keystrokes. |
Please, don't close an issues :) I will aggregate opened issues and update documentation with them |
Hey, probably me doing something stupid... my keymap.c file(converted by qmk tool) looks like this:
When trying to make, I get this error:
P.S. I also think you got a typo on the readme, in the code for on_smtd_action, you close the scope at once {}, I guess the "}" should not be there?
The text was updated successfully, but these errors were encountered: