-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
tuning latency / debouncing for CTL_T #142
Comments
I've traced this to the ergodox_ez IGNORE_MOD_TAP_INTERRUPT define. Removing it solves this particular problem... checking to see if it causes me any others :-) |
Nice! How's it been so far? |
Working well for me! I have a reasonable fix in my branch (see referenced commit above) but it depends on #151 |
@wez - I see that hasn't been submitted as a pull request here? Or am I missing something? |
I have a couple of things in my branch that I'd like to get merged here before I submit a PR for this one thing; didn't want to bomb you all with everything at once, and it is easier to submit them as bits are accepted :-) |
Makes sense! :) On 23 February 2016 at 21:40, Wez Furlong notifications@github.com wrote:
|
@wez |
From #366 (comment):
I will try it out and report here. Build env shouldn't be a problem. |
@piotr-dobrogost @ezuk As far as I know, the ErgoDox EZ's default layout needs the feature, or people will start activating @piotr-dobrogost However, you can use a |
Add keymap for @amnesia0287
* Arisu, prime_e, ymd75 vial support * looks better like this Co-authored-by: Zhol Internet <zhol@internet.keyboard>
Prior to getting a hardware keyboard and programming it, I was using Karabiner to turn my capslock key into CTL_T(KC_ESC). This worked really well. Since I switched to a hardware implementation of this, I'm finding that I'm typing too fast for the firmware to register
CTRL-W arrow
(that's a CTRL-W followed by an arrow) which I use to navigate around in splits in vim.I turned up debugging on the console and captured these two sequences to show what the keyboard is sending to the host system:
The first one of these is me typing at my normal speed, and the second is me introducing what feels like a very exaggerated delay in my typing.
I think that my ESC press is getting debounced out? I quite often end up with W being sent bare (no CTRL) or sometimes as just ESC.
The question is, what parameters are available to tune the timing around this?
The text was updated successfully, but these errors were encountered: