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

[Bug] ginkgo65 keymap incorrect #19584

Open
2 tasks
nicedream06 opened this issue Jan 13, 2023 · 3 comments
Open
2 tasks

[Bug] ginkgo65 keymap incorrect #19584

nicedream06 opened this issue Jan 13, 2023 · 3 comments

Comments

@nicedream06
Copy link

Describe the Bug

The bug in issue 17307 that affected the gingko65hot keymap also seems to affect the gingko65 (solderable) keymap.

After flashing, most keys are inoperable.
The few that do work register the wrong keys.

Examples:

  • Esc = Left Ctrl
  • 1 = Left Win
  • Down Arrow = Backspace
  • Left Arrow = +/=

Link to the similar bug on gingko65hot
#17307

Keyboard Used

gingko65

Link to product page (if applicable)

No response

Operating System

No response

qmk doctor Output

No response

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

No response

Additional Context

No response

@nicedream06
Copy link
Author

Did some testing. It seems that the following lines in config.h will fix the issue:

#define MATRIX_ROW_PINS { B0, B1, B2, B3, F7 }
#define MATRIX_COL_PINS { C7, F6, F5, F4, F1, E6, D0, D1, D2, D3, D5, D4, D6, D7, B4, B5 }

@waffle87
Copy link
Member

Yeah looks like the consequences of copy/paste again. Feel free to open a PR or say otherwise if you'd like someone else to.

@nicedream06
Copy link
Author

I'll let someone else do the pull request. I don't really mess around in github that much, so I'm kind of inexperienced. I just wanted to report the bug I found, and then the fix that worked for me.

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

No branches or pull requests

2 participants