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

RESET key not working with pro micro #3091

Closed
gabeseltzer opened this issue May 31, 2018 · 3 comments
Closed

RESET key not working with pro micro #3091

gabeseltzer opened this issue May 31, 2018 · 3 comments

Comments

@gabeseltzer
Copy link

Hi all, I've been building a keyboard based on the ergodone (a split keyboard with a pro micro and an mcp23017). I was looking to put a software reset on it and subsequently put the RESET keycode onto a layer. When I activate that keycode, the keyboard goes unresponsive for a few seconds, then comes right back online like nothing happened (I have QMK toolbox running in the background to flash it when I reset the keyboard but it never says "Caterina device connected"). I noticed that this issue seems to be similar, but it looks like it was fixed. Any help with the situation would be appreciated.

You can see my code here. My code is in the ergodone folder (Haven't refactored it yet). Thanks for the help!

@drashna
Copy link
Member

drashna commented May 31, 2018

https://github.com/Memnarch1113/qmk_firmware/blob/master/keyboards/ergodone/rules.mk#L68

Change this line to BOOTLOADER = caterina, recompile it and see if that fixes it.

100% certain that it will.

@gabeseltzer
Copy link
Author

Thanks very much. Haven't tried it, but that should absolutely do it.

@alexisphilip
Copy link

It worked, thank you very much.

It saved me from "bridging" the "reset" and "ground" pins on my ProMicro.

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

No branches or pull requests

3 participants