-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
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
Fix RESET key not working on Ergodox EZ keyboard. #162
Conversation
A declaration of controller chip was missing in the config.h.
I'm not sure this is needed - no other projects that I can find define this anywhere. It may be added in at compilation. |
+1 Fixes the issue for me |
This is interesting - your bootloader.c is unmodified, and you're calling |
To bring over other comments, it looks like the referenced |
I just updated my repo to the newest master and did a clean make (without these changes) and everything worked fine for me. May have been fixed in another commit. 🍺 |
Ahh - @alcesleo, could you weigh in here? |
@aspickard do you know what commit you were on when making these changes? Maybe we can track down the commit that fixed/changed things. |
9814343 I was a bit behind :X |
Perhaps I should try using the reset key against an unmodified master when I get home again to see if the RESET button actually works on master nowadays? It could be that I was on an old revision too when I picked up on the issue. |
I just tested it too and it works for me… kind of. In fact, the reset key does not work immediately after reloading the firmware with the teensy button. It only works after I unplug and re-plug the keyboard. After that, it works all the time… until I use the teensy button again. I think the first time I tried to add a reset key (back when @alcesleo created #112), I didn't try to unplug the keyboard. I'm currently on d33681a without modifications outside my own keymap. |
The results are in and I'm terribly sorry to have wasted everybody's time: Turns out that the RESET button works with the current origin/master (on commit 11c591c) as well as with my local master which I must have updated at some point between noticing the issue and checking into the thread at #112. It's too bad that the RESET button did work on my local master, because if it hadn't we could have gotten a span of commits during which the feature was fixed. Oh well. |
I can confirm the same behavior that @DidierLoiseau reports - if I use the Teensy button, then I can't use the software reset unless I unplug and replug the keyboard. |
Can confirm the same behavior here too, same as what @DidierLoiseau and @aspickard are describing. |
Well this PR should be closed and replaced with an issue on the topic since the code attached doesn't fix the issue at hand. I went ahead and opened Issue #164 for this purpose. |
Thank you, Rovanion! On 25 February 2016 at 03:26, Rovanion Luckey notifications@github.com
|
* Corrected manufaturer name. * Support for Geekboards Macropad v2 * Add Super-Tab functions from Via. * Added a shift+alt+tab function * Name change on custome key code
k11 pro encoder fixed
A declaration of controller chip was missing in the config.h.