-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Mapping a Teensy key #112
Comments
The |
Hmmm, there is something else I'm doing wrong too I guess - I'm not sure what the correct size is for the ErgoDox EZ, I tried all the different ones but the button always has the same behaviour - killing the keyboard so you have to plug it out and back in again for any key to work. EDIT: It's the same if I change one of the supposedly correct default layouts too, so it doesn't seem like I screwed something up in my own layout. |
It should be 512 for the EZ, but the behaviour you described sounds exactly like what the reset button does :) does it not show up in the Teensy Loader? |
Perhaps I'm asking for the wrong thing, the button I mean is the one you press when you reprogram it, every time I change the layout I do |
That should be the same as the button - I'm not sure why it wouldn't trigger the same signal. @ezuk is this anything you've seen before? |
Same behaviour when using the Teensy GUI, so it doesn't seem like there is anything isolated to using the |
hmm, someone else mentioned something similar. Not a hardware issue obviously because the reset button works fine... any way we can trace this in firmware @jackhumbert ? |
Here's some more info on jumping into the bootloader, which is referenced here as not working with the LUFA stack (what QMK uses). There's also a discussion about it last year - I haven't been able to try it yet, but it looks like these changes would work. I'd be happy to merge in those changes with a |
@jackhumbert I'd be interested in that change 😄 |
+1 |
@jackhumbert I was able to test the changes with an original dox and it worked fine. Let me know if you'd like me to make a pull request. |
@aspickard Could you provide a diff for the changes you made? Reason why I'm asking is because I'm unsure which file to modify. And beyond that I think it's totally fine for you to open up a PR since jack explicitly states that he'd be happy to merge such a change. |
I'd love to see that diff as well because I'm not confident enough to make the change myself. 😄 |
Thank you @aspickard, it's greatly appriciated! |
@Rovanion @mfilej Here you go! https://github.com/jackhumbert/qmk_firmware/pull/160/files Lmk if there are any issues/improvements. |
Thank you @aspickard, found that what was really missing was a declaration of which controller the ergodox ez is using in it's config.h. As of such the diff can be reduced to what's in PR #162. I'd be great if some of you could test the change on your device. But it seems to be working on my end. |
Works for me! Seems #162 is enough but thank you both for sharing the patches 💖 |
Closing this as it's been narrowed down to the problem described in #164. |
Update v8 ansi_encoder info.json file
Hello! I'm trying to create a key that acts like the little reset-button on the teensy board, I see this mentioned in lots of places but I can't find anywhere that describes how to do it - could someone please point me in the right direction?
Cheers
The text was updated successfully, but these errors were encountered: