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

ISO key not working (hash/tilde on iso-uk) #88

Closed
Cantello opened this issue Jul 30, 2018 · 6 comments
Closed

ISO key not working (hash/tilde on iso-uk) #88

Cantello opened this issue Jul 30, 2018 · 6 comments
Assignees
Labels

Comments

@Cantello
Copy link

Hi all!

As proper QMK programming is currently out of my league, EasyAVR really proved to be easy enough to re-program my tada68 keyboard. However, one key is not programmable, the one to the lower left of the ISO enter key (#' on iso-de, ~# on iso-uk). Regardless of what key I try to bind there, it will not be reproduced.

Any idea what I could be doing wrong?

@dhowland
Copy link
Owner

Hi, thanks for helping with the project!

This is probably one of those corners of the software where bugs hide because of lack of testing. I only own US keyboards.

I will take a look. I doubt it's a big problem. I may need a save file, if you can share one that has the problem.

@Cantello
Copy link
Author

Cantello commented Jul 31, 2018

Hi David,

thanks for the reply! Further testing shows that this might not necessarily be a problem with EasyAVR as QMK exhibits the exact same problem. No matter what I try to bind to that specific key, it does not produce any output. Stock tada68 firmware works with this key (not the output I want but at least it works) so the soldering and PCB should be okay.

Here is the json file I used for the keyboard:
tada68_iso-de_easyavr.json.txt

@dhowland
Copy link
Owner

dhowland commented Jul 31, 2018

I took a look at it an there are no obvious flaws. The hardware config also matches QMK's source code, so I'm not surprised the bug is present in both.

Try this: create a new board with ANSI layout (or All Keys), and bind something to the ANSI backslash key (right above Enter) . Does that work?

@dhowland dhowland added the bug label Jul 31, 2018
@dhowland dhowland self-assigned this Jul 31, 2018
@Cantello
Copy link
Author

Cantello commented Aug 7, 2018

Searched some more and apparently it was an error in QMK source regarding how the wiring was done. An update to QMK has been done yesterday and the error has been solved: qmk/qmk_firmware#3480

dhowland referenced this issue Aug 7, 2018
Also remove the unnecessary handwire comments
@dhowland
Copy link
Owner

dhowland commented Aug 7, 2018

Okay, based on that change, I've updated the Tada config in this project. Next release will have it.

Thank you for your research work, and for following up!

@dhowland dhowland closed this as completed Aug 7, 2018
@Cantello
Copy link
Author

Cantello commented Aug 7, 2018

Thanks for the extremely fast update, seems to be working very fine here!

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

No branches or pull requests

2 participants