-
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
Keyboard blinking constantly, very intermittent keypresses going through #6
Comments
I take it back, it doesn't work perfectly for me now, it boots up and the usb state goes to green, then off just before it throws a keyboard error, but after that any character I type makes it green again and seems to work perfectly |
Unfortunately it's hard to do good error handling given that there is no real way to send error reports. At one point I had it send various distinct error codes as different morse code letters. |
I've been working on other projects so I may not get to debugging this for a little while, I have two brand new keyboards to use with this but I have three others to try as well. I know the keyboards work, but I'm not hearing any beeping. My next test was to make sure my beeper circuit works. I'll let you know how it goes, I may try to bodge on a software serial port for debug messages |
Any news? Did you get it to work or are you still seeing problems? |
OK, this has been bugging me for a while and I think I've finally fixed it but I want to know how this ever worked for anyone else. The lines 938-940 in lk201.ino seem to mean that every time the keyboard is connected, the software disconnects it. I commented out those three lines and now it works perfectly. What I want to know is why were those lines in there at all? did it work as is for anyone else? should I issue a pull request that deletes those three lines?
The text was updated successfully, but these errors were encountered: