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

kiibohd with IBM Model M122 #300

Open
sshockley opened this issue Oct 15, 2018 · 0 comments
Open

kiibohd with IBM Model M122 #300

sshockley opened this issue Oct 15, 2018 · 0 comments

Comments

@sshockley
Copy link

I've set up kiibohd on a Teensy 3.2 to replace the built-in controller on an IBM Model M 122-key terminal keyboard. I've got it mostly working, but I've run into a couple of issues. The code I'm working from is in the repo above.

For some reason, shift+Z/X/C/V/N/M/period/comma/question return only the shift code. For example, in matrixDebug, if I press Shift+A it returns codes 0x18 (shift) and 0x7D (A). If I press Shift+Z, it returns 0x18 (Shift), 0x18 (pressed Z, got Shift return code). I understand the matrix for the M122 is... suboptimal, but IBM and others have gotten it to work.

Also, if I press Left-Shift, it returns an 0x04 scan code, and I have "S0x04 : U"LShift";" defined in defaultMap.kll, but the OS ignores it.

Thanks for your help.

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

1 participant